Html Css Color HEX #A1EFB3 Celadon

📋 copy color: '#A1EFB3'

red 161 ◦ green 239 ◦ blue 179

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

Shades of Celadon #A1EFB3

Tints of Celadon #A1EFB3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.28%

 BLUE value IS 179 (70.31% from 255) = 30.92%

R = 27.81%
G = 41.28%
B = 30.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#A1EFB3 (or 0xA1EFB3) is known color: Celadon. HEX triplet: A1, EF and B3. RGB value is (161,239,179). Sum of RGB (Red+Green+Blue) = 161+239+179=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFB3 is #5E104C. Grayscale: #D1D1D1. Windows color (decimal): -6164557 or 11792289. OLE color: 11792289.

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

Color convert

RGB 161 239 179 -
CMYK 0.33 0 0.25 0.06
HSL 133.85º 0.71% 0.78% -
HSV(B) 133.85º 0.33% 0.94% -
XYZ 53.7 72.56 53.82 -
YUV 208.84 111.16 93.88 -
System Red Green Blue C M Y K H S L
Decimal 161 239 179 0.33 0 0.25 0.06 133.85 0.71 0.78
Hex A1 EF B3 21 0 19 6 86 47 4E
Octal 241 357 263 41 0 31 6 206 107 116
Binary 10100001 11101111 10110011 100001 0 11001 110 10000110 1000111 1001110

Color Harmonies of #A1EFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFB3

Black with #A1EFB3

Text Example


Text Example

White with #A1EFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFB3; }

 p { color: rgb(161,239,179); }

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

background-color css

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

 a { background-color: rgb(161,239,179); }

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

border-color css

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

 span { border-color: rgb(161,239,179); }

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