Html Css Color HEX #A6EBB1 Celadon

📋 copy color: '#A6EBB1'

red 166 ◦ green 235 ◦ blue 177

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

Shades of Celadon #A6EBB1

Tints of Celadon #A6EBB1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.66%

 BLUE value IS 177 (69.53% from 255) = 30.62%

R = 28.72%
G = 40.66%
B = 30.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#A6EBB1 (or 0xA6EBB1) is known color: Celadon. HEX triplet: A6, EB and B1. RGB value is (166,235,177). Sum of RGB (Red+Green+Blue) = 166+235+177=578 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.72% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EBB1 is #59144E. Grayscale: #CFCFCF. Windows color (decimal): -5837903 or 11660198. OLE color: 11660198.

HSL color Cylindrical-coordinate representation of color #A6EBB1: hue angle of 129.57º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EBB1 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 235 177 -
CMYK 0.29 0 0.25 0.08
HSL 129.57º 0.63% 0.79% -
HSV(B) 129.57º 0.29% 0.92% -
XYZ 53.37 70.7 52.43 -
YUV 207.76 110.64 98.22 -
System Red Green Blue C M Y K H S L
Decimal 166 235 177 0.29 0 0.25 0.08 129.57 0.63 0.79
Hex A6 EB B1 1D 0 19 8 82 3F 4F
Octal 246 353 261 35 0 31 10 202 77 117
Binary 10100110 11101011 10110001 11101 0 11001 1000 10000010 111111 1001111

Color Harmonies of #A6EBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EBB1

Black with #A6EBB1

Text Example


Text Example

White with #A6EBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EBB1; }

 p { color: rgb(166,235,177); }

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

background-color css

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

 a { background-color: rgb(166,235,177); }

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

border-color css

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

 span { border-color: rgb(166,235,177); }

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