Html Css Color HEX #0EBD9E Caribbean Green

📋 copy color: '#0EBD9E'

red 14 ◦ green 189 ◦ blue 158

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

Shades of Caribbean Green #0EBD9E

Tints of Caribbean Green #0EBD9E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.35%

 BLUE value IS 158 (62.11% from 255) = 43.77%

R = 3.88%
G = 52.35%
B = 43.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#0EBD9E (or 0x0EBD9E) is known color: Caribbean Green. HEX triplet: 0E, BD and 9E. RGB value is (14,189,158). Sum of RGB (Red+Green+Blue) = 14+189+158=361 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.88% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBD9E is #F14261. Grayscale: #858585. Windows color (decimal): -15811170 or 10403086. OLE color: 10403086.

HSL color Cylindrical-coordinate representation of color #0EBD9E: hue angle of 169.37º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBD9E is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 189 158 -
CMYK 0.93 0 0.16 0.26
HSL 169.37º 0.86% 0.4% -
HSV(B) 169.37º 0.93% 0.74% -
XYZ 24.55 38.96 38.57 -
YUV 133.14 142.02 43.02 -
System Red Green Blue C M Y K H S L
Decimal 14 189 158 0.93 0 0.16 0.26 169.37 0.86 0.4
Hex E BD 9E 5D 0 10 1A A9 56 28
Octal 16 275 236 135 0 20 32 251 126 50
Binary 1110 10111101 10011110 1011101 0 10000 11010 10101001 1010110 101000

Color Harmonies of #0EBD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBD9E

Black with #0EBD9E

Text Example


Text Example

White with #0EBD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,189,158); }

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

background-color css

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

 a { background-color: rgb(14,189,158); }

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

border-color css

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

 span { border-color: rgb(14,189,158); }

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