Html Css Color HEX #0ECBA6 Caribbean Green

📋 copy color: '#0ECBA6'

red 14 ◦ green 203 ◦ blue 166

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

Shades of Caribbean Green #0ECBA6

Tints of Caribbean Green #0ECBA6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53%

 BLUE value IS 166 (65.23% from 255) = 43.34%

R = 3.66%
G = 53%
B = 43.34%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#0ECBA6 (or 0x0ECBA6) is known color: Caribbean Green. HEX triplet: 0E, CB and A6. RGB value is (14,203,166). Sum of RGB (Red+Green+Blue) = 14+203+166=383 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 166 (65.23% from 255 or 43.34% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #0ECBA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECBA6 is #F13459. Grayscale: #8E8E8E. Windows color (decimal): -15807578 or 10930958. OLE color: 10930958.

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

Color convert

RGB 14 203 166 -
CMYK 0.93 0 0.18 0.20
HSL 168.25º 0.87% 0.43% -
HSV(B) 168.25º 0.93% 0.8% -
XYZ 28.42 45.56 43.37 -
YUV 142.27 141.38 36.51 -
System Red Green Blue C M Y K H S L
Decimal 14 203 166 0.93 0 0.18 0.20 168.25 0.87 0.43
Hex E CB A6 5D 0 12 14 A8 57 2B
Octal 16 313 246 135 0 22 24 250 127 53
Binary 1110 11001011 10100110 1011101 0 10010 10100 10101000 1010111 101011

Color Harmonies of #0ECBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECBA6

Black with #0ECBA6

Text Example


Text Example

White with #0ECBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,203,166); }

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

background-color css

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

 a { background-color: rgb(14,203,166); }

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

border-color css

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

 span { border-color: rgb(14,203,166); }

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