Html Css Color HEX #AFE3B1 Celadon

📋 copy color: '#AFE3B1'

red 175 ◦ green 227 ◦ blue 177

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

Shades of Celadon #AFE3B1

Tints of Celadon #AFE3B1

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.21%

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

R = 30.22%
G = 39.21%
B = 30.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#AFE3B1 (or 0xAFE3B1) is known color: Celadon. HEX triplet: AF, E3 and B1. RGB value is (175,227,177). Sum of RGB (Red+Green+Blue) = 175+227+177=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE3B1 is #501C4E. Grayscale: #CDCDCD. Windows color (decimal): -5250127 or 11658159. OLE color: 11658159.

HSL color Cylindrical-coordinate representation of color #AFE3B1: hue angle of 122.31º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE3B1 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 177 -
CMYK 0.23 0 0.22 0.11
HSL 122.31º 0.48% 0.79% -
HSV(B) 122.31º 0.23% 0.89% -
XYZ 53.08 67.23 51.77 -
YUV 205.75 111.77 106.07 -
System Red Green Blue C M Y K H S L
Decimal 175 227 177 0.23 0 0.22 0.11 122.31 0.48 0.79
Hex AF E3 B1 17 0 16 B 7A 30 4F
Octal 257 343 261 27 0 26 13 172 60 117
Binary 10101111 11100011 10110001 10111 0 10110 1011 1111010 110000 1001111

Color Harmonies of #AFE3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE3B1

Black with #AFE3B1

Text Example


Text Example

White with #AFE3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE3B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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