Html Css Color HEX #0ABB93 Caribbean Green

📋 copy color: '#0ABB93'

red 10 ◦ green 187 ◦ blue 147

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

Shades of Caribbean Green #0ABB93

Tints of Caribbean Green #0ABB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.73%

R = 2.91%
G = 54.36%
B = 42.73%

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

#0ABB93 (or 0x0ABB93) is known color: Caribbean Green. HEX triplet: 0A, BB and 93. RGB value is (10,187,147). Sum of RGB (Red+Green+Blue) = 10+187+147=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABB93 is #F5446C. Grayscale: #818181. Windows color (decimal): -16073837 or 9681674. OLE color: 9681674.

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

Color convert

RGB 10 187 147 -
CMYK 0.95 0 0.21 0.27
HSL 166.44º 0.9% 0.39% -
HSV(B) 166.44º 0.95% 0.73% -
XYZ 23.16 37.71 33.66 -
YUV 129.52 137.86 42.75 -
System Red Green Blue C M Y K H S L
Decimal 10 187 147 0.95 0 0.21 0.27 166.44 0.9 0.39
Hex A BB 93 5F 0 15 1B A6 5A 27
Octal 12 273 223 137 0 25 33 246 132 47
Binary 1010 10111011 10010011 1011111 0 10101 11011 10100110 1011010 100111

Color Harmonies of #0ABB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABB93

Black with #0ABB93

Text Example


Text Example

White with #0ABB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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