Html Css Color HEX #0AD1AB Caribbean Green

📋 copy color: '#0AD1AB'

red 10 ◦ green 209 ◦ blue 171

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

Shades of Caribbean Green #0AD1AB

Tints of Caribbean Green #0AD1AB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.59%

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 2.56%
G = 53.59%
B = 43.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#0AD1AB (or 0x0AD1AB) is known color: Caribbean Green. HEX triplet: 0A, D1 and AB. RGB value is (10,209,171). Sum of RGB (Red+Green+Blue) = 10+209+171=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 209 (82.03% from 255 or 53.59% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD1AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD1AB is #F52E54. Grayscale: #919191. Windows color (decimal): -16068181 or 11260170. OLE color: 11260170.

HSL color Cylindrical-coordinate representation of color #0AD1AB: hue angle of 168.54º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD1AB is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 10 209 171 -
CMYK 0.95 0 0.18 0.18
HSL 168.54º 0.91% 0.43% -
HSV(B) 168.54º 0.95% 0.82% -
XYZ 30.28 48.61 46.31 -
YUV 145.17 142.57 31.59 -
System Red Green Blue C M Y K H S L
Decimal 10 209 171 0.95 0 0.18 0.18 168.54 0.91 0.43
Hex A D1 AB 5F 0 12 12 A9 5B 2B
Octal 12 321 253 137 0 22 22 251 133 53
Binary 1010 11010001 10101011 1011111 0 10010 10010 10101001 1011011 101011

Color Harmonies of #0AD1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD1AB

Black with #0AD1AB

Text Example


Text Example

White with #0AD1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,209,171); }

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

background-color css

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

 a { background-color: rgb(10,209,171); }

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

border-color css

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

 span { border-color: rgb(10,209,171); }

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