Html Css Color HEX #0FCAAB Caribbean Green

📋 copy color: '#0FCAAB'

red 15 ◦ green 202 ◦ blue 171

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

Shades of Caribbean Green #0FCAAB

Tints of Caribbean Green #0FCAAB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.06%

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 3.87%
G = 52.06%
B = 44.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#0FCAAB (or 0x0FCAAB) is known color: Caribbean Green. HEX triplet: 0F, CA and AB. RGB value is (15,202,171). Sum of RGB (Red+Green+Blue) = 15+202+171=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCAAB is #F03554. Grayscale: #8E8E8E. Windows color (decimal): -15742293 or 11258383. OLE color: 11258383.

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

Color convert

RGB 15 202 171 -
CMYK 0.93 0 0.15 0.21
HSL 170.05º 0.86% 0.43% -
HSV(B) 170.05º 0.93% 0.79% -
XYZ 28.67 45.28 45.76 -
YUV 142.55 144.05 37.02 -
System Red Green Blue C M Y K H S L
Decimal 15 202 171 0.93 0 0.15 0.21 170.05 0.86 0.43
Hex F CA AB 5D 0 F 15 AA 56 2B
Octal 17 312 253 135 0 17 25 252 126 53
Binary 1111 11001010 10101011 1011101 0 1111 10101 10101010 1010110 101011

Color Harmonies of #0FCAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCAAB

Black with #0FCAAB

Text Example


Text Example

White with #0FCAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,202,171); }

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

background-color css

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

 a { background-color: rgb(15,202,171); }

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

border-color css

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

 span { border-color: rgb(15,202,171); }

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