Html Css Color HEX #0ABB94 Caribbean Green

📋 copy color: '#0ABB94'

red 10 ◦ green 187 ◦ blue 148

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

Shades of Caribbean Green #0ABB94

Tints of Caribbean Green #0ABB94

RGB

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

 GREEN value IS 187 (73.44% from 255) = 54.2%

 BLUE value IS 148 (58.2% from 255) = 42.9%

R = 2.9%
G = 54.2%
B = 42.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#0ABB94 (or 0x0ABB94) is known color: Caribbean Green. HEX triplet: 0A, BB and 94. RGB value is (10,187,148). Sum of RGB (Red+Green+Blue) = 10+187+148=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 187 (73.44% from 255 or 54.20% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABB94 is #F5446B. Grayscale: #818181. Windows color (decimal): -16073836 or 9747210. OLE color: 9747210.

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

Color convert

RGB 10 187 148 -
CMYK 0.95 0 0.21 0.27
HSL 166.78º 0.9% 0.39% -
HSV(B) 166.78º 0.95% 0.73% -
XYZ 23.24 37.74 34.08 -
YUV 129.63 138.36 42.67 -
System Red Green Blue C M Y K H S L
Decimal 10 187 148 0.95 0 0.21 0.27 166.78 0.9 0.39
Hex A BB 94 5F 0 15 1B A7 5A 27
Octal 12 273 224 137 0 25 33 247 132 47
Binary 1010 10111011 10010100 1011111 0 10101 11011 10100111 1011010 100111

Color Harmonies of #0ABB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABB94

Black with #0ABB94

Text Example


Text Example

White with #0ABB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,187,148); }

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

background-color css

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

 a { background-color: rgb(10,187,148); }

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

border-color css

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

 span { border-color: rgb(10,187,148); }

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