Html Css Color HEX #1AD9AD Caribbean Green

📋 copy color: '#1AD9AD'

red 26 ◦ green 217 ◦ blue 173

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

Shades of Caribbean Green #1AD9AD

Tints of Caribbean Green #1AD9AD

RGB

 RED value IS 26 (10.55% from 255) = 6.25%

 GREEN value IS 217 (85.16% from 255) = 52.16%

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

R = 6.25%
G = 52.16%
B = 41.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#1AD9AD (or 0x1AD9AD) is known color: Caribbean Green. HEX triplet: 1A, D9 and AD. RGB value is (26,217,173). Sum of RGB (Red+Green+Blue) = 26+217+173=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD9AD is #E52652. Grayscale: #9A9A9A. Windows color (decimal): -15017555 or 11393306. OLE color: 11393306.

HSL color Cylindrical-coordinate representation of color #1AD9AD: hue angle of 166.18º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD9AD is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 217 173 -
CMYK 0.88 0 0.20 0.15
HSL 166.18º 0.79% 0.48% -
HSV(B) 166.18º 0.88% 0.85% -
XYZ 32.78 52.86 48.01 -
YUV 154.88 138.22 36.08 -
System Red Green Blue C M Y K H S L
Decimal 26 217 173 0.88 0 0.20 0.15 166.18 0.79 0.48
Hex 1A D9 AD 58 0 14 F A6 4F 30
Octal 32 331 255 130 0 24 17 246 117 60
Binary 11010 11011001 10101101 1011000 0 10100 1111 10100110 1001111 110000

Color Harmonies of #1AD9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD9AD

Black with #1AD9AD

Text Example


Text Example

White with #1AD9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AD9AD; }

 p { color: rgb(26,217,173); }

 H1.HeaderClassName
 {
   color: #1AD9AD;
 }
 .AnyTagClassName
 {
   color: #1AD9AD;
 }
</style>

background-color css

<style>
 a { background-color: #1AD9AD; }

 a { background-color: rgb(26,217,173); }

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

border-color css

<style>
 span { border-color: #1AD9AD; }

 span { border-color: rgb(26,217,173); }

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