Html Css Color HEX #0ABE9E Caribbean Green

📋 copy color: '#0ABE9E'

red 10 ◦ green 190 ◦ blue 158

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

Shades of Caribbean Green #0ABE9E

Tints of Caribbean Green #0ABE9E

RGB

 RED value IS 10 (4.3% from 255) = 2.79%

 GREEN value IS 190 (74.61% from 255) = 53.07%

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

R = 2.79%
G = 53.07%
B = 44.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#0ABE9E (or 0x0ABE9E) is known color: Caribbean Green. HEX triplet: 0A, BE and 9E. RGB value is (10,190,158). Sum of RGB (Red+Green+Blue) = 10+190+158=358 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABE9E is #F54161. Grayscale: #848484. Windows color (decimal): -16073058 or 10403338. OLE color: 10403338.

HSL color Cylindrical-coordinate representation of color #0ABE9E: hue angle of 169.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABE9E is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 190 158 -
CMYK 0.95 0 0.17 0.25
HSL 169.33º 0.9% 0.39% -
HSV(B) 169.33º 0.95% 0.75% -
XYZ 24.71 39.36 38.64 -
YUV 132.53 142.37 40.6 -
System Red Green Blue C M Y K H S L
Decimal 10 190 158 0.95 0 0.17 0.25 169.33 0.9 0.39
Hex A BE 9E 5F 0 11 19 A9 5A 27
Octal 12 276 236 137 0 21 31 251 132 47
Binary 1010 10111110 10011110 1011111 0 10001 11001 10101001 1011010 100111

Color Harmonies of #0ABE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE9E

Black with #0ABE9E

Text Example


Text Example

White with #0ABE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,190,158); }

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

background-color css

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

 a { background-color: rgb(10,190,158); }

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

border-color css

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

 span { border-color: rgb(10,190,158); }

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