Html Css Color HEX #AFE9B2 Celadon

📋 copy color: '#AFE9B2'

red 175 ◦ green 233 ◦ blue 178

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

Shades of Celadon #AFE9B2

Tints of Celadon #AFE9B2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.76%

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

R = 29.86%
G = 39.76%
B = 30.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#AFE9B2 (or 0xAFE9B2) is known color: Celadon. HEX triplet: AF, E9 and B2. RGB value is (175,233,178). Sum of RGB (Red+Green+Blue) = 175+233+178=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE9B2 is #50164D. Grayscale: #D1D1D1. Windows color (decimal): -5248590 or 11725231. OLE color: 11725231.

HSL color Cylindrical-coordinate representation of color #AFE9B2: hue angle of 123.1º degrees, saturation: 0.57, 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 #AFE9B2 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 178 -
CMYK 0.25 0 0.24 0.09
HSL 123.1º 0.57% 0.8% -
HSV(B) 123.1º 0.25% 0.91% -
XYZ 54.85 70.61 52.86 -
YUV 209.39 110.28 103.47 -
System Red Green Blue C M Y K H S L
Decimal 175 233 178 0.25 0 0.24 0.09 123.1 0.57 0.8
Hex AF E9 B2 19 0 18 9 7B 39 50
Octal 257 351 262 31 0 30 11 173 71 120
Binary 10101111 11101001 10110010 11001 0 11000 1001 1111011 111001 1010000

Color Harmonies of #AFE9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9B2

Black with #AFE9B2

Text Example


Text Example

White with #AFE9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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