Html Css Color HEX #1AD5AD Caribbean Green

📋 copy color: '#1AD5AD'

red 26 ◦ green 213 ◦ blue 173

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

Shades of Caribbean Green #1AD5AD

Tints of Caribbean Green #1AD5AD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.7%

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

R = 6.31%
G = 51.7%
B = 41.99%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#1AD5AD (or 0x1AD5AD) is known color: Caribbean Green. HEX triplet: 1A, D5 and AD. RGB value is (26,213,173). Sum of RGB (Red+Green+Blue) = 26+213+173=412 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.31% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD5AD is #E52A52. Grayscale: #989898. Windows color (decimal): -15018579 or 11392282. OLE color: 11392282.

HSL color Cylindrical-coordinate representation of color #1AD5AD: hue angle of 167.17º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD5AD is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 213 173 -
CMYK 0.88 0 0.19 0.16
HSL 167.17º 0.78% 0.47% -
HSV(B) 167.17º 0.88% 0.84% -
XYZ 31.76 50.83 47.67 -
YUV 152.53 139.55 37.75 -
System Red Green Blue C M Y K H S L
Decimal 26 213 173 0.88 0 0.19 0.16 167.17 0.78 0.47
Hex 1A D5 AD 58 0 13 10 A7 4E 2F
Octal 32 325 255 130 0 23 20 247 116 57
Binary 11010 11010101 10101101 1011000 0 10011 10000 10100111 1001110 101111

Color Harmonies of #1AD5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD5AD

Black with #1AD5AD

Text Example


Text Example

White with #1AD5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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