Html Css Color HEX #1ADCB2 Caribbean Green

📋 copy color: '#1ADCB2'

red 26 ◦ green 220 ◦ blue 178

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

Shades of Caribbean Green #1ADCB2

Tints of Caribbean Green #1ADCB2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.89%

 BLUE value IS 178 (69.92% from 255) = 41.98%

R = 6.13%
G = 51.89%
B = 41.98%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#1ADCB2 (or 0x1ADCB2) is known color: Caribbean Green. HEX triplet: 1A, DC and B2. RGB value is (26,220,178). Sum of RGB (Red+Green+Blue) = 26+220+178=424 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.13% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADCB2 is #E5234D. Grayscale: #9D9D9D. Windows color (decimal): -15016782 or 11721754. OLE color: 11721754.

HSL color Cylindrical-coordinate representation of color #1ADCB2: hue angle of 167.01º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADCB2 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 220 178 -
CMYK 0.88 0 0.19 0.14
HSL 167.01º 0.79% 0.48% -
HSV(B) 167.01º 0.88% 0.86% -
XYZ 34.06 54.62 50.87 -
YUV 157.21 139.73 34.42 -
System Red Green Blue C M Y K H S L
Decimal 26 220 178 0.88 0 0.19 0.14 167.01 0.79 0.48
Hex 1A DC B2 58 0 13 E A7 4F 30
Octal 32 334 262 130 0 23 16 247 117 60
Binary 11010 11011100 10110010 1011000 0 10011 1110 10100111 1001111 110000

Color Harmonies of #1ADCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADCB2

Black with #1ADCB2

Text Example


Text Example

White with #1ADCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,220,178); }

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

background-color css

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

 a { background-color: rgb(26,220,178); }

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

border-color css

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

 span { border-color: rgb(26,220,178); }

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