Html Css Color HEX #0AD0AD Caribbean Green

📋 copy color: '#0AD0AD'

red 10 ◦ green 208 ◦ blue 173

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

Shades of Caribbean Green #0AD0AD

Tints of Caribbean Green #0AD0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.2%

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

R = 2.56%
G = 53.2%
B = 44.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#0AD0AD (or 0x0AD0AD) is known color: Caribbean Green. HEX triplet: 0A, D0 and AD. RGB value is (10,208,173). Sum of RGB (Red+Green+Blue) = 10+208+173=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #0AD0AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD0AD is #F52F52. Grayscale: #909090. Windows color (decimal): -16068435 or 11390986. OLE color: 11390986.

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

Color convert

RGB 10 208 173 -
CMYK 0.95 0 0.17 0.18
HSL 169.39º 0.91% 0.43% -
HSV(B) 169.39º 0.95% 0.82% -
XYZ 30.22 48.19 47.24 -
YUV 144.81 143.9 31.85 -
System Red Green Blue C M Y K H S L
Decimal 10 208 173 0.95 0 0.17 0.18 169.39 0.91 0.43
Hex A D0 AD 5F 0 11 12 A9 5B 2B
Octal 12 320 255 137 0 21 22 251 133 53
Binary 1010 11010000 10101101 1011111 0 10001 10010 10101001 1011011 101011

Color Harmonies of #0AD0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD0AD

Black with #0AD0AD

Text Example


Text Example

White with #0AD0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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