#1AD3AB

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

Shades of Caribbean Green #1AD3AB

Tints of Caribbean Green #1AD3AB

Color information

#1AD3AB (or 0x1AD3AB) is unknown color: approx Caribbean Green. HEX triplet: 1A, D3 and AB. RGB value is (26,211,171). Sum of RGB (Red+Green+Blue) = 26+211+171=408 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.37% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD3AB is #E52C54. Grayscale: #979797. Windows color (decimal): -15019093 or 11260698. OLE color: 11260698.

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

Color convert

RGB26211171-
CMYK0.8800.190.17
HSL167.03º78.06%46.47%-
HSV(B)167.03º87.68%82.75%-
XYZ31.0749.7546.49-
YUV151.12139.2138.75-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.37%
GREEN value IS 211 (82.81% from 255) = 51.72%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=6.37%
G=51.72%
B=41.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal262111710.8800.190.17167.0378.0646.47
Hex1AD3AB5801311a74e2e
Octal323232531300232124711656
Binary110101101001110101011101100001001110001101001111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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