Html Css Color HEX #0FCCAC Caribbean Green

📋 copy color: '#0FCCAC'

red 15 ◦ green 204 ◦ blue 172

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

Shades of Caribbean Green #0FCCAC

Tints of Caribbean Green #0FCCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 3.84%
G = 52.17%
B = 43.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#0FCCAC (or 0x0FCCAC) is known color: Caribbean Green. HEX triplet: 0F, CC and AC. RGB value is (15,204,172). Sum of RGB (Red+Green+Blue) = 15+204+172=391 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.84% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCCAC is #F03353. Grayscale: #8F8F8F. Windows color (decimal): -15741780 or 11324431. OLE color: 11324431.

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

Color convert

RGB 15 204 172 -
CMYK 0.93 0 0.16 0.2
HSL 169.84º 0.86% 0.43% -
HSV(B) 169.84º 0.93% 0.8% -
XYZ 29.24 46.27 46.42 -
YUV 143.84 143.88 36.1 -
System Red Green Blue C M Y K H S L
Decimal 15 204 172 0.93 0 0.16 0.2 169.84 0.86 0.43
Hex F CC AC 5D 0 10 14 AA 56 2B
Octal 17 314 254 135 0 20 24 252 126 53
Binary 1111 11001100 10101100 1011101 0 10000 10100 10101010 1010110 101011

Color Harmonies of #0FCCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCCAC

Black with #0FCCAC

Text Example


Text Example

White with #0FCCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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