Html Css Color HEX #A1EDAC Celadon

📋 copy color: '#A1EDAC'

red 161 ◦ green 237 ◦ blue 172

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

Shades of Celadon #A1EDAC

Tints of Celadon #A1EDAC

RGB

 RED value IS 161 (63.28% from 255) = 28.25%

 GREEN value IS 237 (92.97% from 255) = 41.58%

 BLUE value IS 172 (67.58% from 255) = 30.18%

R = 28.25%
G = 41.58%
B = 30.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#A1EDAC (or 0xA1EDAC) is known color: Celadon. HEX triplet: A1, ED and AC. RGB value is (161,237,172). Sum of RGB (Red+Green+Blue) = 161+237+172=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EDAC is #5E1253. Grayscale: #CFCFCF. Windows color (decimal): -6165076 or 11333025. OLE color: 11333025.

HSL color Cylindrical-coordinate representation of color #A1EDAC: hue angle of 128.68º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EDAC is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 237 172 -
CMYK 0.32 0 0.27 0.07
HSL 128.68º 0.68% 0.78% -
HSV(B) 128.68º 0.32% 0.93% -
XYZ 52.43 71.12 49.99 -
YUV 206.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 161 237 172 0.32 0 0.27 0.07 128.68 0.68 0.78
Hex A1 ED AC 20 0 1B 7 81 44 4E
Octal 241 355 254 40 0 33 7 201 104 116
Binary 10100001 11101101 10101100 100000 0 11011 111 10000001 1000100 1001110

Color Harmonies of #A1EDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EDAC

Black with #A1EDAC

Text Example


Text Example

White with #A1EDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EDAC; }

 p { color: rgb(161,237,172); }

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

background-color css

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

 a { background-color: rgb(161,237,172); }

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

border-color css

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

 span { border-color: rgb(161,237,172); }

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