#0fc29e

Color #0FC29E Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0FC29E

Tints of Caribbean Green #0FC29E

Color information

#0FC29E (or 0x0FC29E) is unknown color: approx Caribbean Green. HEX triplet: 0F, C2 and 9E. RGB value is (15,194,158). Sum of RGB (Red+Green+Blue) = 15+194+158=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC29E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC29E is #F03D61. Grayscale: #888888. Windows color (decimal): -15744354 or 10404367. OLE color: 10404367.

HSL color Cylindrical-coordinate representation of color #0FC29E: hue angle of 167.93º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC29E is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB15194158-
CMYK0.9200.190.24
HSL167.93º85.65%40.98%-
HSV(B)167.93º92.27%76.08%-
XYZ25.6641.1538.94-
YUV136.38140.241.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 4.09%
GREEN value IS 194 (76.17% from 255) = 52.86%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=4.09%
G=52.86%
B=43.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151941580.9200.190.24167.9385.6540.98
HexFC29E5C01318a85629
Octal173022361340233025012651
Binary11111100001010011110101110001001111000101010001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fc29e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0fc29e; }

 p { color: rgb(15,194,158); }

 H1.HeaderClassName
 {
   color: #0fc29e;
 }
 .AnyTagClassName
 {
   color: #0fc29e;
 }
</style>
background-color css

<style>
 a { background-color: #0fc29e; }

 a { background-color: rgb(15,194,158); }

 div.DivClassName
 {
   background-color: #0fc29e;
 }
 .BgClassName
 {
   background-color: #0fc29e;
 }
</style>
border-color css

<style>
 span { border-color: #0fc29e; }

 span { border-color: rgb(15,194,158); }

 td.TdClassName
 {
   border-color: #0fc29e;
 }
 .TagClassName
 {
   border-color: #0fc29e;
 }
</style>