Html Css Color HEX #AFE4B2 Celadon

📋 copy color: '#AFE4B2'

red 175 ◦ green 228 ◦ blue 178

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

Shades of Celadon #AFE4B2

Tints of Celadon #AFE4B2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.24%

 BLUE value IS 178 (69.92% from 255) = 30.64%

R = 30.12%
G = 39.24%
B = 30.64%

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

#AFE4B2 (or 0xAFE4B2) is known color: Celadon. HEX triplet: AF, E4 and B2. RGB value is (175,228,178). Sum of RGB (Red+Green+Blue) = 175+228+178=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 178 (69.92% from 255 or 30.64% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE4B2 is #501B4D. Grayscale: #CECECE. Windows color (decimal): -5249870 or 11723951. OLE color: 11723951.

HSL color Cylindrical-coordinate representation of color #AFE4B2: hue angle of 123.4º degrees, saturation: 0.5, 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 #AFE4B2 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 178 -
CMYK 0.23 0 0.22 0.11
HSL 123.4º 0.5% 0.79% -
HSV(B) 123.4º 0.23% 0.89% -
XYZ 53.46 67.82 52.39 -
YUV 206.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 175 228 178 0.23 0 0.22 0.11 123.4 0.5 0.79
Hex AF E4 B2 17 0 16 B 7B 32 4F
Octal 257 344 262 27 0 26 13 173 62 117
Binary 10101111 11100100 10110010 10111 0 10110 1011 1111011 110010 1001111

Color Harmonies of #AFE4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE4B2

Black with #AFE4B2

Text Example


Text Example

White with #AFE4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE4B2; }

 p { color: rgb(175,228,178); }

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

background-color css

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

 a { background-color: rgb(175,228,178); }

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

border-color css

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

 span { border-color: rgb(175,228,178); }

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