Html Css Color HEX #AFEAB5 Celadon

📋 copy color: '#AFEAB5'

red 175 ◦ green 234 ◦ blue 181

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

Shades of Celadon #AFEAB5

Tints of Celadon #AFEAB5

RGB

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

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

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

R = 29.66%
G = 39.66%
B = 30.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#AFEAB5 (or 0xAFEAB5) is known color: Celadon. HEX triplet: AF, EA and B5. RGB value is (175,234,181). Sum of RGB (Red+Green+Blue) = 175+234+181=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEAB5 is #50154A. Grayscale: #D2D2D2. Windows color (decimal): -5248331 or 11922095. OLE color: 11922095.

HSL color Cylindrical-coordinate representation of color #AFEAB5: hue angle of 126.1º 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 #AFEAB5 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 181 -
CMYK 0.25 0 0.23 0.08
HSL 126.1º 0.58% 0.8% -
HSV(B) 126.1º 0.25% 0.92% -
XYZ 55.44 71.3 54.56 -
YUV 210.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 175 234 181 0.25 0 0.23 0.08 126.1 0.58 0.8
Hex AF EA B5 19 0 17 8 7E 3A 50
Octal 257 352 265 31 0 27 10 176 72 120
Binary 10101111 11101010 10110101 11001 0 10111 1000 1111110 111010 1010000

Color Harmonies of #AFEAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAB5

Black with #AFEAB5

Text Example


Text Example

White with #AFEAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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