Html Css Color HEX #A6FFB5 Celadon

📋 copy color: '#A6FFB5'

red 166 ◦ green 255 ◦ blue 181

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

Shades of Celadon #A6FFB5

Tints of Celadon #A6FFB5

RGB

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

 GREEN value IS 255 (100% from 255) = 42.36%

 BLUE value IS 181 (71.09% from 255) = 30.07%

R = 27.57%
G = 42.36%
B = 30.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#A6FFB5 (or 0xA6FFB5) is known color: Celadon. HEX triplet: A6, FF and B5. RGB value is (166,255,181). Sum of RGB (Red+Green+Blue) = 166+255+181=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFB5 is #59004A. Grayscale: #DCDCDC. Windows color (decimal): -5832779 or 11927462. OLE color: 11927462.

HSL color Cylindrical-coordinate representation of color #A6FFB5: hue angle of 130.11º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFB5 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 166 255 181 -
CMYK 0.35 0 0.29 0
HSL 130.11º 1% 0.83% -
HSV(B) 130.11º 0.35% 1% -
XYZ 59.83 82.96 56.58 -
YUV 219.95 106.01 89.52 -
System Red Green Blue C M Y K H S L
Decimal 166 255 181 0.35 0 0.29 0 130.11 1 0.83
Hex A6 FF B5 23 0 1D 0 82 64 53
Octal 246 377 265 43 0 35 0 202 144 123
Binary 10100110 11111111 10110101 100011 0 11101 0 10000010 1100100 1010011

Color Harmonies of #A6FFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FFB5

Black with #A6FFB5

Text Example


Text Example

White with #A6FFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FFB5; }

 p { color: rgb(166,255,181); }

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

background-color css

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

 a { background-color: rgb(166,255,181); }

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

border-color css

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

 span { border-color: rgb(166,255,181); }

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