Html Css Color HEX #0ECCAB Caribbean Green

📋 copy color: '#0ECCAB'

red 14 ◦ green 204 ◦ blue 171

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

Shades of Caribbean Green #0ECCAB

Tints of Caribbean Green #0ECCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 3.6%
G = 52.44%
B = 43.96%

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

#0ECCAB (or 0x0ECCAB) is known color: Caribbean Green. HEX triplet: 0E, CC and AB. RGB value is (14,204,171). Sum of RGB (Red+Green+Blue) = 14+204+171=389 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.60% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECCAB is #F13354. Grayscale: #8F8F8F. Windows color (decimal): -15807317 or 11258894. OLE color: 11258894.

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

Color convert

RGB 14 204 171 -
CMYK 0.93 0 0.16 0.2
HSL 169.58º 0.87% 0.43% -
HSV(B) 169.58º 0.93% 0.8% -
XYZ 29.12 46.22 45.91 -
YUV 143.43 143.55 35.68 -
System Red Green Blue C M Y K H S L
Decimal 14 204 171 0.93 0 0.16 0.2 169.58 0.87 0.43
Hex E CC AB 5D 0 10 14 AA 57 2B
Octal 16 314 253 135 0 20 24 252 127 53
Binary 1110 11001100 10101011 1011101 0 10000 10100 10101010 1010111 101011

Color Harmonies of #0ECCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECCAB

Black with #0ECCAB

Text Example


Text Example

White with #0ECCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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