Html Css Color HEX #0FCEAF Caribbean Green

📋 copy color: '#0FCEAF'

red 15 ◦ green 206 ◦ blue 175

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

Shades of Caribbean Green #0FCEAF

Tints of Caribbean Green #0FCEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 3.79%
G = 52.02%
B = 44.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#0FCEAF (or 0x0FCEAF) is known color: Caribbean Green. HEX triplet: 0F, CE and AF. RGB value is (15,206,175). Sum of RGB (Red+Green+Blue) = 15+206+175=396 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.79% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCEAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCEAF is #F03150. Grayscale: #919191. Windows color (decimal): -15741265 or 11521551. OLE color: 11521551.

HSL color Cylindrical-coordinate representation of color #0FCEAF: hue angle of 170.26º 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 #0FCEAF is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 206 175 -
CMYK 0.93 0 0.15 0.19
HSL 170.26º 0.86% 0.43% -
HSV(B) 170.26º 0.93% 0.81% -
XYZ 30.01 47.34 48.11 -
YUV 145.36 144.72 35.02 -
System Red Green Blue C M Y K H S L
Decimal 15 206 175 0.93 0 0.15 0.19 170.26 0.86 0.43
Hex F CE AF 5D 0 F 13 AA 56 2B
Octal 17 316 257 135 0 17 23 252 126 53
Binary 1111 11001110 10101111 1011101 0 1111 10011 10101010 1010110 101011

Color Harmonies of #0FCEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCEAF

Black with #0FCEAF

Text Example


Text Example

White with #0FCEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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