Html Css Color HEX #AFE8B5 Celadon

📋 copy color: '#AFE8B5'

red 175 ◦ green 232 ◦ blue 181

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

Shades of Celadon #AFE8B5

Tints of Celadon #AFE8B5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.46%

 BLUE value IS 181 (71.09% from 255) = 30.78%

R = 29.76%
G = 39.46%
B = 30.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#AFE8B5 (or 0xAFE8B5) is known color: Celadon. HEX triplet: AF, E8 and B5. RGB value is (175,232,181). Sum of RGB (Red+Green+Blue) = 175+232+181=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE8B5 is #50174A. Grayscale: #D1D1D1. Windows color (decimal): -5248843 or 11921583. OLE color: 11921583.

HSL color Cylindrical-coordinate representation of color #AFE8B5: hue angle of 126.32º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE8B5 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 181 -
CMYK 0.25 0 0.22 0.09
HSL 126.32º 0.55% 0.8% -
HSV(B) 126.32º 0.25% 0.91% -
XYZ 54.88 70.16 54.37 -
YUV 209.14 112.12 103.65 -
System Red Green Blue C M Y K H S L
Decimal 175 232 181 0.25 0 0.22 0.09 126.32 0.55 0.8
Hex AF E8 B5 19 0 16 9 7E 37 50
Octal 257 350 265 31 0 26 11 176 67 120
Binary 10101111 11101000 10110101 11001 0 10110 1001 1111110 110111 1010000

Color Harmonies of #AFE8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE8B5

Black with #AFE8B5

Text Example


Text Example

White with #AFE8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE8B5; }

 p { color: rgb(175,232,181); }

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

background-color css

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

 a { background-color: rgb(175,232,181); }

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

border-color css

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

 span { border-color: rgb(175,232,181); }

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