Html Css Color HEX #1AD4AB Caribbean Green

📋 copy color: '#1AD4AB'

red 26 ◦ green 212 ◦ blue 171

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

Shades of Caribbean Green #1AD4AB

Tints of Caribbean Green #1AD4AB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.83%

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 6.36%
G = 51.83%
B = 41.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#1AD4AB (or 0x1AD4AB) is known color: Caribbean Green. HEX triplet: 1A, D4 and AB. RGB value is (26,212,171). Sum of RGB (Red+Green+Blue) = 26+212+171=409 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.36% from 409); Green value is 212 (83.20% from 255 or 51.83% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD4AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD4AB is #E52B54. Grayscale: #979797. Windows color (decimal): -15018837 or 11260954. OLE color: 11260954.

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

Color convert

RGB 26 212 171 -
CMYK 0.88 0 0.19 0.17
HSL 166.77º 0.78% 0.47% -
HSV(B) 166.77º 0.88% 0.83% -
XYZ 31.32 50.25 46.58 -
YUV 151.71 138.88 38.33 -
System Red Green Blue C M Y K H S L
Decimal 26 212 171 0.88 0 0.19 0.17 166.77 0.78 0.47
Hex 1A D4 AB 58 0 13 11 A7 4E 2F
Octal 32 324 253 130 0 23 21 247 116 57
Binary 11010 11010100 10101011 1011000 0 10011 10001 10100111 1001110 101111

Color Harmonies of #1AD4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD4AB

Black with #1AD4AB

Text Example


Text Example

White with #1AD4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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