Html Css Color HEX #0EBA9E Caribbean Green

📋 copy color: '#0EBA9E'

red 14 ◦ green 186 ◦ blue 158

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

Shades of Caribbean Green #0EBA9E

Tints of Caribbean Green #0EBA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.96%

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

R = 3.91%
G = 51.96%
B = 44.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#0EBA9E (or 0x0EBA9E) is known color: Caribbean Green. HEX triplet: 0E, BA and 9E. RGB value is (14,186,158). Sum of RGB (Red+Green+Blue) = 14+186+158=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBA9E is #F14561. Grayscale: #838383. Windows color (decimal): -15811938 or 10402318. OLE color: 10402318.

HSL color Cylindrical-coordinate representation of color #0EBA9E: hue angle of 170.23º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EBA9E is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 186 158 -
CMYK 0.92 0 0.15 0.27
HSL 170.23º 0.86% 0.39% -
HSV(B) 170.23º 0.92% 0.73% -
XYZ 23.91 37.68 38.36 -
YUV 131.38 143.02 44.28 -
System Red Green Blue C M Y K H S L
Decimal 14 186 158 0.92 0 0.15 0.27 170.23 0.86 0.39
Hex E BA 9E 5C 0 F 1B AA 56 27
Octal 16 272 236 134 0 17 33 252 126 47
Binary 1110 10111010 10011110 1011100 0 1111 11011 10101010 1010110 100111

Color Harmonies of #0EBA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA9E

Black with #0EBA9E

Text Example


Text Example

White with #0EBA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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