Html Css Color HEX #0FCAA0 Caribbean Green

📋 copy color: '#0FCAA0'

red 15 ◦ green 202 ◦ blue 160

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

Shades of Caribbean Green #0FCAA0

Tints of Caribbean Green #0FCAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.44%

R = 3.98%
G = 53.58%
B = 42.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#0FCAA0 (or 0x0FCAA0) is known color: Caribbean Green. HEX triplet: 0F, CA and A0. RGB value is (15,202,160). Sum of RGB (Red+Green+Blue) = 15+202+160=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCAA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCAA0 is #F0355F. Grayscale: #8D8D8D. Windows color (decimal): -15742304 or 10537487. OLE color: 10537487.

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

Color convert

RGB 15 202 160 -
CMYK 0.93 0 0.21 0.21
HSL 166.52º 0.86% 0.43% -
HSV(B) 166.52º 0.93% 0.79% -
XYZ 27.66 44.88 40.46 -
YUV 141.3 138.55 37.92 -
System Red Green Blue C M Y K H S L
Decimal 15 202 160 0.93 0 0.21 0.21 166.52 0.86 0.43
Hex F CA A0 5D 0 15 15 A7 56 2B
Octal 17 312 240 135 0 25 25 247 126 53
Binary 1111 11001010 10100000 1011101 0 10101 10101 10100111 1010110 101011

Color Harmonies of #0FCAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCAA0

Black with #0FCAA0

Text Example


Text Example

White with #0FCAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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