Html Css Color HEX #0ABBA4 Caribbean Green

📋 copy color: '#0ABBA4'

red 10 ◦ green 187 ◦ blue 164

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

Shades of Caribbean Green #0ABBA4

Tints of Caribbean Green #0ABBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.43%

R = 2.77%
G = 51.8%
B = 45.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#0ABBA4 (or 0x0ABBA4) is known color: Caribbean Green. HEX triplet: 0A, BB and A4. RGB value is (10,187,164). Sum of RGB (Red+Green+Blue) = 10+187+164=361 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.77% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABBA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABBA4 is #F5445B. Grayscale: #838383. Windows color (decimal): -16073820 or 10795786. OLE color: 10795786.

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

Color convert

RGB 10 187 164 -
CMYK 0.95 0 0.12 0.27
HSL 172.2º 0.9% 0.39% -
HSV(B) 172.2º 0.95% 0.73% -
XYZ 24.6 38.29 41.22 -
YUV 131.46 146.36 41.37 -
System Red Green Blue C M Y K H S L
Decimal 10 187 164 0.95 0 0.12 0.27 172.2 0.9 0.39
Hex A BB A4 5F 0 C 1B AC 5A 27
Octal 12 273 244 137 0 14 33 254 132 47
Binary 1010 10111011 10100100 1011111 0 1100 11011 10101100 1011010 100111

Color Harmonies of #0ABBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABBA4

Black with #0ABBA4

Text Example


Text Example

White with #0ABBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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