Html Css Color HEX #0FCCA0 Caribbean Green

📋 copy color: '#0FCCA0'

red 15 ◦ green 204 ◦ blue 160

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

Shades of Caribbean Green #0FCCA0

Tints of Caribbean Green #0FCCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.83%

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

R = 3.96%
G = 53.83%
B = 42.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#0FCCA0 (or 0x0FCCA0) is known color: Caribbean Green. HEX triplet: 0F, CC and A0. RGB value is (15,204,160). Sum of RGB (Red+Green+Blue) = 15+204+160=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCCA0 is #F0335F. Grayscale: #8E8E8E. Windows color (decimal): -15741792 or 10537999. OLE color: 10537999.

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

Color convert

RGB 15 204 160 -
CMYK 0.93 0 0.22 0.2
HSL 166.03º 0.86% 0.43% -
HSV(B) 166.03º 0.93% 0.8% -
XYZ 28.14 45.83 40.62 -
YUV 142.47 137.88 37.08 -
System Red Green Blue C M Y K H S L
Decimal 15 204 160 0.93 0 0.22 0.2 166.03 0.86 0.43
Hex F CC A0 5D 0 16 14 A6 56 2B
Octal 17 314 240 135 0 26 24 246 126 53
Binary 1111 11001100 10100000 1011101 0 10110 10100 10100110 1010110 101011

Color Harmonies of #0FCCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCCA0

Black with #0FCCA0

Text Example


Text Example

White with #0FCCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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