Html Css Color HEX #0FCA9C Caribbean Green

📋 copy color: '#0FCA9C'

red 15 ◦ green 202 ◦ blue 156

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

Shades of Caribbean Green #0FCA9C

Tints of Caribbean Green #0FCA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.82%

R = 4.02%
G = 54.16%
B = 41.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#0FCA9C (or 0x0FCA9C) is known color: Caribbean Green. HEX triplet: 0F, CA and 9C. RGB value is (15,202,156). Sum of RGB (Red+Green+Blue) = 15+202+156=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCA9C is #F03563. Grayscale: #8C8C8C. Windows color (decimal): -15742308 or 10275343. OLE color: 10275343.

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

Color convert

RGB 15 202 156 -
CMYK 0.93 0 0.23 0.21
HSL 165.24º 0.86% 0.43% -
HSV(B) 165.24º 0.93% 0.79% -
XYZ 27.32 44.74 38.65 -
YUV 140.84 136.55 38.24 -
System Red Green Blue C M Y K H S L
Decimal 15 202 156 0.93 0 0.23 0.21 165.24 0.86 0.43
Hex F CA 9C 5D 0 17 15 A5 56 2B
Octal 17 312 234 135 0 27 25 245 126 53
Binary 1111 11001010 10011100 1011101 0 10111 10101 10100101 1010110 101011

Color Harmonies of #0FCA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCA9C

Black with #0FCA9C

Text Example


Text Example

White with #0FCA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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