Html Css Color HEX #0ABD9A Caribbean Green

📋 copy color: '#0ABD9A'

red 10 ◦ green 189 ◦ blue 154

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

Shades of Caribbean Green #0ABD9A

Tints of Caribbean Green #0ABD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.63%

R = 2.83%
G = 53.54%
B = 43.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#0ABD9A (or 0x0ABD9A) is known color: Caribbean Green. HEX triplet: 0A, BD and 9A. RGB value is (10,189,154). Sum of RGB (Red+Green+Blue) = 10+189+154=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABD9A is #F54265. Grayscale: #838383. Windows color (decimal): -16073318 or 10140938. OLE color: 10140938.

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

Color convert

RGB 10 189 154 -
CMYK 0.95 0 0.19 0.26
HSL 168.27º 0.9% 0.39% -
HSV(B) 168.27º 0.95% 0.74% -
XYZ 24.16 38.79 36.79 -
YUV 131.49 140.7 41.35 -
System Red Green Blue C M Y K H S L
Decimal 10 189 154 0.95 0 0.19 0.26 168.27 0.9 0.39
Hex A BD 9A 5F 0 13 1A A8 5A 27
Octal 12 275 232 137 0 23 32 250 132 47
Binary 1010 10111101 10011010 1011111 0 10011 11010 10101000 1011010 100111

Color Harmonies of #0ABD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABD9A

Black with #0ABD9A

Text Example


Text Example

White with #0ABD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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