Html Css Color HEX #0FCEAC Caribbean Green

📋 copy color: '#0FCEAC'

red 15 ◦ green 206 ◦ blue 172

#0FCEAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0FCEAC

Tints of Caribbean Green #0FCEAC

RGB

 RED value IS 15 (6.25% from 255) = 3.82%

 GREEN value IS 206 (80.86% from 255) = 52.42%

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 3.82%
G = 52.42%
B = 43.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#0FCEAC (or 0x0FCEAC) is known color: Caribbean Green. HEX triplet: 0F, CE and AC. RGB value is (15,206,172). Sum of RGB (Red+Green+Blue) = 15+206+172=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCEAC is #F03153. Grayscale: #909090. Windows color (decimal): -15741268 or 11324943. OLE color: 11324943.

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

Color convert

RGB 15 206 172 -
CMYK 0.93 0 0.17 0.19
HSL 169.32º 0.86% 0.43% -
HSV(B) 169.32º 0.93% 0.81% -
XYZ 29.71 47.22 46.58 -
YUV 145.02 143.22 35.26 -
System Red Green Blue C M Y K H S L
Decimal 15 206 172 0.93 0 0.17 0.19 169.32 0.86 0.43
Hex F CE AC 5D 0 11 13 A9 56 2B
Octal 17 316 254 135 0 21 23 251 126 53
Binary 1111 11001110 10101100 1011101 0 10001 10011 10101001 1010110 101011

Color Harmonies of #0FCEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCEAC

Black with #0FCEAC

Text Example


Text Example

White with #0FCEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,206,172); }

 H1.HeaderClassName
 {
   color: #0FCEAC;
 }
 .AnyTagClassName
 {
   color: #0FCEAC;
 }
</style>

background-color css

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

 a { background-color: rgb(15,206,172); }

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

border-color css

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

 span { border-color: rgb(15,206,172); }

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