Html Css Color HEX #0FCAA7 Caribbean Green

📋 copy color: '#0FCAA7'

red 15 ◦ green 202 ◦ blue 167

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

Shades of Caribbean Green #0FCAA7

Tints of Caribbean Green #0FCAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.49%

R = 3.91%
G = 52.6%
B = 43.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#0FCAA7 (or 0x0FCAA7) is known color: Caribbean Green. HEX triplet: 0F, CA and A7. RGB value is (15,202,167). Sum of RGB (Red+Green+Blue) = 15+202+167=384 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.91% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 167 (65.62% from 255 or 43.49% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCAA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCAA7 is #F03558. Grayscale: #8E8E8E. Windows color (decimal): -15742297 or 10996239. OLE color: 10996239.

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

Color convert

RGB 15 202 167 -
CMYK 0.93 0 0.17 0.21
HSL 168.77º 0.86% 0.43% -
HSV(B) 168.77º 0.93% 0.79% -
XYZ 28.29 45.13 43.78 -
YUV 142.1 142.05 37.35 -
System Red Green Blue C M Y K H S L
Decimal 15 202 167 0.93 0 0.17 0.21 168.77 0.86 0.43
Hex F CA A7 5D 0 11 15 A9 56 2B
Octal 17 312 247 135 0 21 25 251 126 53
Binary 1111 11001010 10100111 1011101 0 10001 10101 10101001 1010110 101011

Color Harmonies of #0FCAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCAA7

Black with #0FCAA7

Text Example


Text Example

White with #0FCAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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