#0fcf8b

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

Shades of Caribbean Green #0FCF8B

Tints of Caribbean Green #0FCF8B

Color information

#0FCF8B (or 0x0FCF8B) is unknown color: approx Caribbean Green. HEX triplet: 0F, CF and 8B. RGB value is (15,207,139). Sum of RGB (Red+Green+Blue) = 15+207+139=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCF8B is #F03074. Grayscale: #8D8D8D. Windows color (decimal): -15741045 or 9162511. OLE color: 9162511.

HSL color Cylindrical-coordinate representation of color #0FCF8B: hue angle of 158.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF8B is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB15207139-
CMYK0.9300.330.19
HSL158.75º86.49%43.53%-
HSV(B)158.75º92.75%81.18%-
XYZ27.1746.5931.99-
YUV141.84126.3937.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.16%
GREEN value IS 207 (81.25% from 255) = 57.34%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=4.16%
G=57.34%
B=38.50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152071390.9300.330.19158.7586.4943.53
HexFCF8B5D021139f562c
Octal173172131350412323712654
Binary111111001111100010111011101010000110011100111111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fcf8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,207,139); }

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

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

 a { background-color: rgb(15,207,139); }

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

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

 span { border-color: rgb(15,207,139); }

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