Html Css Color HEX #A6E2DE Sinbad

📋 copy color: '#A6E2DE'

red 166 ◦ green 226 ◦ blue 222

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

Shades of Sinbad #A6E2DE

Tints of Sinbad #A6E2DE

RGB

 RED value IS 166 (65.23% from 255) = 27.04%

 GREEN value IS 226 (88.67% from 255) = 36.81%

 BLUE value IS 222 (87.11% from 255) = 36.16%

R = 27.04%
G = 36.81%
B = 36.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#A6E2DE (or 0xA6E2DE) is known color: Sinbad. HEX triplet: A6, E2 and DE. RGB value is (166,226,222). Sum of RGB (Red+Green+Blue) = 166+226+222=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E2DE is #591D21. Grayscale: #CFCFCF. Windows color (decimal): -5840162 or 14607014. OLE color: 14607014.

HSL color Cylindrical-coordinate representation of color #A6E2DE: hue angle of 176º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E2DE is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 226 222 -
CMYK 0.27 0 0.02 0.11
HSL 176º 0.51% 0.77% -
HSV(B) 176º 0.27% 0.89% -
XYZ 56.11 67.77 79.23 -
YUV 207.6 136.12 98.33 -
System Red Green Blue C M Y K H S L
Decimal 166 226 222 0.27 0 0.02 0.11 176 0.51 0.77
Hex A6 E2 DE 1B 0 2 B B0 33 4D
Octal 246 342 336 33 0 2 13 260 63 115
Binary 10100110 11100010 11011110 11011 0 10 1011 10110000 110011 1001101

Color Harmonies of #A6E2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E2DE

Black with #A6E2DE

Text Example


Text Example

White with #A6E2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E2DE; }

 p { color: rgb(166,226,222); }

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

background-color css

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

 a { background-color: rgb(166,226,222); }

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

border-color css

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

 span { border-color: rgb(166,226,222); }

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