Html Css Color HEX #0FCFA0 Caribbean Green

📋 copy color: '#0FCFA0'

red 15 ◦ green 207 ◦ blue 160

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

Shades of Caribbean Green #0FCFA0

Tints of Caribbean Green #0FCFA0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.19%

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

R = 3.93%
G = 54.19%
B = 41.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#0FCFA0 (or 0x0FCFA0) is known color: Caribbean Green. HEX triplet: 0F, CF and A0. RGB value is (15,207,160). Sum of RGB (Red+Green+Blue) = 15+207+160=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCFA0 is #F0305F. Grayscale: #909090. Windows color (decimal): -15741024 or 10538767. OLE color: 10538767.

HSL color Cylindrical-coordinate representation of color #0FCFA0: hue angle of 165.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCFA0 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 207 160 -
CMYK 0.93 0 0.23 0.19
HSL 165.31º 0.86% 0.44% -
HSV(B) 165.31º 0.93% 0.81% -
XYZ 28.85 47.27 40.86 -
YUV 144.23 136.89 35.82 -
System Red Green Blue C M Y K H S L
Decimal 15 207 160 0.93 0 0.23 0.19 165.31 0.86 0.44
Hex F CF A0 5D 0 17 13 A5 56 2C
Octal 17 317 240 135 0 27 23 245 126 54
Binary 1111 11001111 10100000 1011101 0 10111 10011 10100101 1010110 101100

Color Harmonies of #0FCFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFA0

Black with #0FCFA0

Text Example


Text Example

White with #0FCFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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