Html Css Color HEX #0EBA96 Caribbean Green

📋 copy color: '#0EBA96'

red 14 ◦ green 186 ◦ blue 150

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

Shades of Caribbean Green #0EBA96

Tints of Caribbean Green #0EBA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.86%

R = 4%
G = 53.14%
B = 42.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#0EBA96 (or 0x0EBA96) is known color: Caribbean Green. HEX triplet: 0E, BA and 96. RGB value is (14,186,150). Sum of RGB (Red+Green+Blue) = 14+186+150=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBA96 is #F14569. Grayscale: #828282. Windows color (decimal): -15811946 or 9878030. OLE color: 9878030.

HSL color Cylindrical-coordinate representation of color #0EBA96: hue angle of 167.44º 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 #0EBA96 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 186 150 -
CMYK 0.92 0 0.19 0.27
HSL 167.44º 0.86% 0.39% -
HSV(B) 167.44º 0.92% 0.73% -
XYZ 23.25 37.41 34.85 -
YUV 130.47 139.02 44.93 -
System Red Green Blue C M Y K H S L
Decimal 14 186 150 0.92 0 0.19 0.27 167.44 0.86 0.39
Hex E BA 96 5C 0 13 1B A7 56 27
Octal 16 272 226 134 0 23 33 247 126 47
Binary 1110 10111010 10010110 1011100 0 10011 11011 10100111 1010110 100111

Color Harmonies of #0EBA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA96

Black with #0EBA96

Text Example


Text Example

White with #0EBA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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