Html Css Color HEX #A6F0B5 Celadon

📋 copy color: '#A6F0B5'

red 166 ◦ green 240 ◦ blue 181

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

Shades of Celadon #A6F0B5

Tints of Celadon #A6F0B5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.89%

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

R = 28.28%
G = 40.89%
B = 30.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#A6F0B5 (or 0xA6F0B5) is known color: Celadon. HEX triplet: A6, F0 and B5. RGB value is (166,240,181). Sum of RGB (Red+Green+Blue) = 166+240+181=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F0B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F0B5 is #590F4A. Grayscale: #D3D3D3. Windows color (decimal): -5836619 or 11923622. OLE color: 11923622.

HSL color Cylindrical-coordinate representation of color #A6F0B5: hue angle of 132.16º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F0B5 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 240 181 -
CMYK 0.31 0 0.25 0.06
HSL 132.16º 0.71% 0.8% -
HSV(B) 132.16º 0.31% 0.94% -
XYZ 55.23 73.76 55.04 -
YUV 211.15 110.98 95.8 -
System Red Green Blue C M Y K H S L
Decimal 166 240 181 0.31 0 0.25 0.06 132.16 0.71 0.8
Hex A6 F0 B5 1F 0 19 6 84 47 50
Octal 246 360 265 37 0 31 6 204 107 120
Binary 10100110 11110000 10110101 11111 0 11001 110 10000100 1000111 1010000

Color Harmonies of #A6F0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F0B5

Black with #A6F0B5

Text Example


Text Example

White with #A6F0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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