Html Css Color HEX #0AD4AD Caribbean Green

📋 copy color: '#0AD4AD'

red 10 ◦ green 212 ◦ blue 173

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

Shades of Caribbean Green #0AD4AD

Tints of Caribbean Green #0AD4AD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.67%

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

R = 2.53%
G = 53.67%
B = 43.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#0AD4AD (or 0x0AD4AD) is known color: Caribbean Green. HEX triplet: 0A, D4 and AD. RGB value is (10,212,173). Sum of RGB (Red+Green+Blue) = 10+212+173=395 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 395); Green value is 212 (83.20% from 255 or 53.67% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD4AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD4AD is #F52B52. Grayscale: #939393. Windows color (decimal): -16067411 or 11392010. OLE color: 11392010.

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

Color convert

RGB 10 212 173 -
CMYK 0.95 0 0.18 0.17
HSL 168.42º 0.91% 0.44% -
HSV(B) 168.42º 0.95% 0.83% -
XYZ 31.21 50.17 47.57 -
YUV 147.16 142.58 30.17 -
System Red Green Blue C M Y K H S L
Decimal 10 212 173 0.95 0 0.18 0.17 168.42 0.91 0.44
Hex A D4 AD 5F 0 12 11 A8 5B 2C
Octal 12 324 255 137 0 22 21 250 133 54
Binary 1010 11010100 10101101 1011111 0 10010 10001 10101000 1011011 101100

Color Harmonies of #0AD4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD4AD

Black with #0AD4AD

Text Example


Text Example

White with #0AD4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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