Html Css Color HEX #AFE5B1 Celadon

📋 copy color: '#AFE5B1'

red 175 ◦ green 229 ◦ blue 177

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

Shades of Celadon #AFE5B1

Tints of Celadon #AFE5B1

RGB

 RED value IS 175 (68.75% from 255) = 30.12%

 GREEN value IS 229 (89.84% from 255) = 39.41%

 BLUE value IS 177 (69.53% from 255) = 30.46%

R = 30.12%
G = 39.41%
B = 30.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#AFE5B1 (or 0xAFE5B1) is known color: Celadon. HEX triplet: AF, E5 and B1. RGB value is (175,229,177). Sum of RGB (Red+Green+Blue) = 175+229+177=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE5B1 is #501A4E. Grayscale: #CFCFCF. Windows color (decimal): -5249615 or 11658671. OLE color: 11658671.

HSL color Cylindrical-coordinate representation of color #AFE5B1: hue angle of 122.22º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5B1 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 177 -
CMYK 0.24 0 0.23 0.10
HSL 122.22º 0.51% 0.79% -
HSV(B) 122.22º 0.24% 0.9% -
XYZ 53.63 68.33 51.96 -
YUV 206.93 111.11 105.23 -
System Red Green Blue C M Y K H S L
Decimal 175 229 177 0.24 0 0.23 0.10 122.22 0.51 0.79
Hex AF E5 B1 18 0 17 A 7A 33 4F
Octal 257 345 261 30 0 27 12 172 63 117
Binary 10101111 11100101 10110001 11000 0 10111 1010 1111010 110011 1001111

Color Harmonies of #AFE5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5B1

Black with #AFE5B1

Text Example


Text Example

White with #AFE5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5B1; }

 p { color: rgb(175,229,177); }

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

background-color css

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

 a { background-color: rgb(175,229,177); }

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

border-color css

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

 span { border-color: rgb(175,229,177); }

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