Html Css Color HEX #A1EBB4 Celadon

📋 copy color: '#A1EBB4'

red 161 ◦ green 235 ◦ blue 180

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

Shades of Celadon #A1EBB4

Tints of Celadon #A1EBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.25%

R = 27.95%
G = 40.8%
B = 31.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#A1EBB4 (or 0xA1EBB4) is known color: Celadon. HEX triplet: A1, EB and B4. RGB value is (161,235,180). Sum of RGB (Red+Green+Blue) = 161+235+180=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBB4 is #5E144B. Grayscale: #CECECE. Windows color (decimal): -6165580 or 11856801. OLE color: 11856801.

HSL color Cylindrical-coordinate representation of color #A1EBB4: hue angle of 135.41º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBB4 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 180 -
CMYK 0.31 0 0.23 0.08
HSL 135.41º 0.65% 0.78% -
HSV(B) 135.41º 0.31% 0.92% -
XYZ 52.64 70.29 53.97 -
YUV 206.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 161 235 180 0.31 0 0.23 0.08 135.41 0.65 0.78
Hex A1 EB B4 1F 0 17 8 87 41 4E
Octal 241 353 264 37 0 27 10 207 101 116
Binary 10100001 11101011 10110100 11111 0 10111 1000 10000111 1000001 1001110

Color Harmonies of #A1EBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBB4

Black with #A1EBB4

Text Example


Text Example

White with #A1EBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBB4; }

 p { color: rgb(161,235,180); }

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

background-color css

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

 a { background-color: rgb(161,235,180); }

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

border-color css

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

 span { border-color: rgb(161,235,180); }

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