Html Css Color HEX #AFDAB2 Celadon

📋 copy color: '#AFDAB2'

red 175 ◦ green 218 ◦ blue 178

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

Shades of Celadon #AFDAB2

Tints of Celadon #AFDAB2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.18%

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

R = 30.65%
G = 38.18%
B = 31.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#AFDAB2 (or 0xAFDAB2) is known color: Celadon. HEX triplet: AF, DA and B2. RGB value is (175,218,178). Sum of RGB (Red+Green+Blue) = 175+218+178=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDAB2 is #50254D. Grayscale: #C8C8C8. Windows color (decimal): -5252430 or 11721391. OLE color: 11721391.

HSL color Cylindrical-coordinate representation of color #AFDAB2: hue angle of 124.19º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDAB2 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 178 -
CMYK 0.20 0 0.18 0.15
HSL 124.19º 0.37% 0.77% -
HSV(B) 124.19º 0.2% 0.85% -
XYZ 50.79 62.47 51.5 -
YUV 200.58 115.25 109.75 -
System Red Green Blue C M Y K H S L
Decimal 175 218 178 0.20 0 0.18 0.15 124.19 0.37 0.77
Hex AF DA B2 14 0 12 F 7C 25 4D
Octal 257 332 262 24 0 22 17 174 45 115
Binary 10101111 11011010 10110010 10100 0 10010 1111 1111100 100101 1001101

Color Harmonies of #AFDAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDAB2

Black with #AFDAB2

Text Example


Text Example

White with #AFDAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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