Html Css Color HEX #AFDEB1 Celadon

📋 copy color: '#AFDEB1'

red 175 ◦ green 222 ◦ blue 177

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

Shades of Celadon #AFDEB1

Tints of Celadon #AFDEB1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.68%

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

R = 30.49%
G = 38.68%
B = 30.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#AFDEB1 (or 0xAFDEB1) is known color: Celadon. HEX triplet: AF, DE and B1. RGB value is (175,222,177). Sum of RGB (Red+Green+Blue) = 175+222+177=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDEB1 is #50214E. Grayscale: #CACACA. Windows color (decimal): -5251407 or 11656879. OLE color: 11656879.

HSL color Cylindrical-coordinate representation of color #AFDEB1: hue angle of 122.55º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDEB1 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 222 177 -
CMYK 0.21 0 0.20 0.13
HSL 122.55º 0.42% 0.78% -
HSV(B) 122.55º 0.21% 0.87% -
XYZ 51.74 64.53 51.32 -
YUV 202.82 113.43 108.16 -
System Red Green Blue C M Y K H S L
Decimal 175 222 177 0.21 0 0.20 0.13 122.55 0.42 0.78
Hex AF DE B1 15 0 14 D 7B 2A 4E
Octal 257 336 261 25 0 24 15 173 52 116
Binary 10101111 11011110 10110001 10101 0 10100 1101 1111011 101010 1001110

Color Harmonies of #AFDEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDEB1

Black with #AFDEB1

Text Example


Text Example

White with #AFDEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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