Html Css Color HEX #0EC6A8 Caribbean Green

📋 copy color: '#0EC6A8'

red 14 ◦ green 198 ◦ blue 168

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

Shades of Caribbean Green #0EC6A8

Tints of Caribbean Green #0EC6A8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.11%

 BLUE value IS 168 (66.02% from 255) = 44.21%

R = 3.68%
G = 52.11%
B = 44.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#0EC6A8 (or 0x0EC6A8) is known color: Caribbean Green. HEX triplet: 0E, C6 and A8. RGB value is (14,198,168). Sum of RGB (Red+Green+Blue) = 14+198+168=380 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.68% from 380); Green value is 198 (77.73% from 255 or 52.11% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC6A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC6A8 is #F13957. Grayscale: #8B8B8B. Windows color (decimal): -15808856 or 11060750. OLE color: 11060750.

HSL color Cylindrical-coordinate representation of color #0EC6A8: hue angle of 170.22º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC6A8 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 14 198 168 -
CMYK 0.93 0 0.15 0.22
HSL 170.22º 0.87% 0.42% -
HSV(B) 170.22º 0.93% 0.78% -
XYZ 27.44 43.31 43.96 -
YUV 139.56 144.04 38.44 -
System Red Green Blue C M Y K H S L
Decimal 14 198 168 0.93 0 0.15 0.22 170.22 0.87 0.42
Hex E C6 A8 5D 0 F 16 AA 57 2A
Octal 16 306 250 135 0 17 26 252 127 52
Binary 1110 11000110 10101000 1011101 0 1111 10110 10101010 1010111 101010

Color Harmonies of #0EC6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC6A8

Black with #0EC6A8

Text Example


Text Example

White with #0EC6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,198,168); }

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

background-color css

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

 a { background-color: rgb(14,198,168); }

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

border-color css

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

 span { border-color: rgb(14,198,168); }

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