Html Css Color HEX #0ABDA0 Caribbean Green

📋 copy color: '#0ABDA0'

red 10 ◦ green 189 ◦ blue 160

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

Shades of Caribbean Green #0ABDA0

Tints of Caribbean Green #0ABDA0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.65%

 BLUE value IS 160 (62.89% from 255) = 44.57%

R = 2.79%
G = 52.65%
B = 44.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#0ABDA0 (or 0x0ABDA0) is known color: Caribbean Green. HEX triplet: 0A, BD and A0. RGB value is (10,189,160). Sum of RGB (Red+Green+Blue) = 10+189+160=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABDA0 is #F5425F. Grayscale: #848484. Windows color (decimal): -16073312 or 10534154. OLE color: 10534154.

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

Color convert

RGB 10 189 160 -
CMYK 0.95 0 0.15 0.26
HSL 170.28º 0.9% 0.39% -
HSV(B) 170.28º 0.95% 0.74% -
XYZ 24.67 39 39.48 -
YUV 132.17 143.7 40.86 -
System Red Green Blue C M Y K H S L
Decimal 10 189 160 0.95 0 0.15 0.26 170.28 0.9 0.39
Hex A BD A0 5F 0 F 1A AA 5A 27
Octal 12 275 240 137 0 17 32 252 132 47
Binary 1010 10111101 10100000 1011111 0 1111 11010 10101010 1011010 100111

Color Harmonies of #0ABDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABDA0

Black with #0ABDA0

Text Example


Text Example

White with #0ABDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,189,160); }

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

background-color css

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

 a { background-color: rgb(10,189,160); }

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

border-color css

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

 span { border-color: rgb(10,189,160); }

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