Html Css Color HEX #0EBA97 Caribbean Green

📋 copy color: '#0EBA97'

red 14 ◦ green 186 ◦ blue 151

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

Shades of Caribbean Green #0EBA97

Tints of Caribbean Green #0EBA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.02%

R = 3.99%
G = 52.99%
B = 43.02%

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

#0EBA97 (or 0x0EBA97) is known color: Caribbean Green. HEX triplet: 0E, BA and 97. RGB value is (14,186,151). Sum of RGB (Red+Green+Blue) = 14+186+151=351 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.99% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBA97 is #F14568. Grayscale: #828282. Windows color (decimal): -15811945 or 9943566. OLE color: 9943566.

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

Color convert

RGB 14 186 151 -
CMYK 0.92 0 0.19 0.27
HSL 167.79º 0.86% 0.39% -
HSV(B) 167.79º 0.92% 0.73% -
XYZ 23.33 37.45 35.28 -
YUV 130.58 139.52 44.85 -
System Red Green Blue C M Y K H S L
Decimal 14 186 151 0.92 0 0.19 0.27 167.79 0.86 0.39
Hex E BA 97 5C 0 13 1B A8 56 27
Octal 16 272 227 134 0 23 33 250 126 47
Binary 1110 10111010 10010111 1011100 0 10011 11011 10101000 1010110 100111

Color Harmonies of #0EBA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA97

Black with #0EBA97

Text Example


Text Example

White with #0EBA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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