Html Css Color HEX #AFEAB0 Celadon

📋 copy color: '#AFEAB0'

red 175 ◦ green 234 ◦ blue 176

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

Shades of Celadon #AFEAB0

Tints of Celadon #AFEAB0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40%

 BLUE value IS 176 (69.14% from 255) = 30.09%

R = 29.91%
G = 40%
B = 30.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#AFEAB0 (or 0xAFEAB0) is known color: Celadon. HEX triplet: AF, EA and B0. RGB value is (175,234,176). Sum of RGB (Red+Green+Blue) = 175+234+176=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEAB0 is #50154F. Grayscale: #D1D1D1. Windows color (decimal): -5248336 or 11594415. OLE color: 11594415.

HSL color Cylindrical-coordinate representation of color #AFEAB0: hue angle of 121.02º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEAB0 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 176 -
CMYK 0.25 0 0.25 0.08
HSL 121.02º 0.58% 0.8% -
HSV(B) 121.02º 0.25% 0.92% -
XYZ 54.94 71.09 51.9 -
YUV 209.75 108.95 103.22 -
System Red Green Blue C M Y K H S L
Decimal 175 234 176 0.25 0 0.25 0.08 121.02 0.58 0.8
Hex AF EA B0 19 0 19 8 79 3A 50
Octal 257 352 260 31 0 31 10 171 72 120
Binary 10101111 11101010 10110000 11001 0 11001 1000 1111001 111010 1010000

Color Harmonies of #AFEAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAB0

Black with #AFEAB0

Text Example


Text Example

White with #AFEAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAB0; }

 p { color: rgb(175,234,176); }

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

background-color css

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

 a { background-color: rgb(175,234,176); }

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

border-color css

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

 span { border-color: rgb(175,234,176); }

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