#1AD3AD

Color #1AD3AD Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #1AD3AD

Tints of Caribbean Green #1AD3AD

Color information

#1AD3AD (or 0x1AD3AD) is unknown color: approx Caribbean Green. HEX triplet: 1A, D3 and AD. RGB value is (26,211,173). Sum of RGB (Red+Green+Blue) = 26+211+173=410 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.34% from 410); Green value is 211 (82.81% from 255 or 51.46% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD3AD is #E52C52. Grayscale: #979797. Windows color (decimal): -15019091 or 11391770. OLE color: 11391770.

HSL color Cylindrical-coordinate representation of color #1AD3AD: hue angle of 167.68º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD3AD is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB26211173-
CMYK0.8800.180.17
HSL167.68º78.06%46.47%-
HSV(B)167.68º87.68%82.75%-
XYZ31.2649.8347.5-
YUV151.35140.2138.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.34%
GREEN value IS 211 (82.81% from 255) = 51.46%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=6.34%
G=51.46%
B=42.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal262111730.8800.180.17167.6878.0646.47
Hex1AD3AD5801211a84e2e
Octal323232551300222125011656
Binary110101101001110101101101100001001010001101010001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AD3AD;
 }
 .AnyTagClassName
 {
   color: #1AD3AD;
 }
</style>
background-color css

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

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

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

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

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

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