Html Css Color HEX #0AD2AD Caribbean Green

📋 copy color: '#0AD2AD'

red 10 ◦ green 210 ◦ blue 173

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

Shades of Caribbean Green #0AD2AD

Tints of Caribbean Green #0AD2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.44%

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 2.54%
G = 53.44%
B = 44.02%

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

#0AD2AD (or 0x0AD2AD) is known color: Caribbean Green. HEX triplet: 0A, D2 and AD. RGB value is (10,210,173). Sum of RGB (Red+Green+Blue) = 10+210+173=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #0AD2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD2AD is #F52D52. Grayscale: #919191. Windows color (decimal): -16067923 or 11391498. OLE color: 11391498.

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

Color convert

RGB 10 210 173 -
CMYK 0.95 0 0.18 0.18
HSL 168.9º 0.91% 0.43% -
HSV(B) 168.9º 0.95% 0.82% -
XYZ 30.71 49.17 47.41 -
YUV 145.98 143.24 31.01 -
System Red Green Blue C M Y K H S L
Decimal 10 210 173 0.95 0 0.18 0.18 168.9 0.91 0.43
Hex A D2 AD 5F 0 12 12 A9 5B 2B
Octal 12 322 255 137 0 22 22 251 133 53
Binary 1010 11010010 10101101 1011111 0 10010 10010 10101001 1011011 101011

Color Harmonies of #0AD2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD2AD

Black with #0AD2AD

Text Example


Text Example

White with #0AD2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,210,173); }

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

background-color css

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

 a { background-color: rgb(10,210,173); }

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

border-color css

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

 span { border-color: rgb(10,210,173); }

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