Html Css Color HEX #0ECCAC Caribbean Green

📋 copy color: '#0ECCAC'

red 14 ◦ green 204 ◦ blue 172

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

Shades of Caribbean Green #0ECCAC

Tints of Caribbean Green #0ECCAC

RGB

 RED value IS 14 (5.86% from 255) = 3.59%

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

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

R = 3.59%
G = 52.31%
B = 44.1%

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

#0ECCAC (or 0x0ECCAC) is known color: Caribbean Green. HEX triplet: 0E, CC and AC. RGB value is (14,204,172). Sum of RGB (Red+Green+Blue) = 14+204+172=390 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.59% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECCAC is #F13353. Grayscale: #8F8F8F. Windows color (decimal): -15807316 or 11324430. OLE color: 11324430.

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

Color convert

RGB 14 204 172 -
CMYK 0.93 0 0.16 0.2
HSL 169.89º 0.87% 0.43% -
HSV(B) 169.89º 0.93% 0.8% -
XYZ 29.22 46.26 46.42 -
YUV 143.54 144.05 35.6 -
System Red Green Blue C M Y K H S L
Decimal 14 204 172 0.93 0 0.16 0.2 169.89 0.87 0.43
Hex E CC AC 5D 0 10 14 AA 57 2B
Octal 16 314 254 135 0 20 24 252 127 53
Binary 1110 11001100 10101100 1011101 0 10000 10100 10101010 1010111 101011

Color Harmonies of #0ECCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECCAC

Black with #0ECCAC

Text Example


Text Example

White with #0ECCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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