Html Css Color HEX #1AD7AD Caribbean Green

📋 copy color: '#1AD7AD'

red 26 ◦ green 215 ◦ blue 173

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

Shades of Caribbean Green #1AD7AD

Tints of Caribbean Green #1AD7AD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.93%

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

R = 6.28%
G = 51.93%
B = 41.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#1AD7AD (or 0x1AD7AD) is known color: Caribbean Green. HEX triplet: 1A, D7 and AD. RGB value is (26,215,173). Sum of RGB (Red+Green+Blue) = 26+215+173=414 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.28% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD7AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD7AD is #E52852. Grayscale: #999999. Windows color (decimal): -15018067 or 11392794. OLE color: 11392794.

HSL color Cylindrical-coordinate representation of color #1AD7AD: hue angle of 166.67º 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 #1AD7AD is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 215 173 -
CMYK 0.88 0 0.20 0.16
HSL 166.67º 0.78% 0.47% -
HSV(B) 166.67º 0.88% 0.84% -
XYZ 32.27 51.84 47.84 -
YUV 153.7 138.88 36.92 -
System Red Green Blue C M Y K H S L
Decimal 26 215 173 0.88 0 0.20 0.16 166.67 0.78 0.47
Hex 1A D7 AD 58 0 14 10 A7 4E 2F
Octal 32 327 255 130 0 24 20 247 116 57
Binary 11010 11010111 10101101 1011000 0 10100 10000 10100111 1001110 101111

Color Harmonies of #1AD7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD7AD

Black with #1AD7AD

Text Example


Text Example

White with #1AD7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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