Html Css Color HEX #AFDDB2 Celadon

📋 copy color: '#AFDDB2'

red 175 ◦ green 221 ◦ blue 178

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

Shades of Celadon #AFDDB2

Tints of Celadon #AFDDB2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.5%

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

R = 30.49%
G = 38.5%
B = 31.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#AFDDB2 (or 0xAFDDB2) is known color: Celadon. HEX triplet: AF, DD and B2. RGB value is (175,221,178). Sum of RGB (Red+Green+Blue) = 175+221+178=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDDB2 is #50224D. Grayscale: #CACACA. Windows color (decimal): -5251662 or 11722159. OLE color: 11722159.

HSL color Cylindrical-coordinate representation of color #AFDDB2: hue angle of 123.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDB2 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 178 -
CMYK 0.21 0 0.19 0.13
HSL 123.91º 0.4% 0.78% -
HSV(B) 123.91º 0.21% 0.87% -
XYZ 51.57 64.04 51.76 -
YUV 202.34 114.26 108.5 -
System Red Green Blue C M Y K H S L
Decimal 175 221 178 0.21 0 0.19 0.13 123.91 0.4 0.78
Hex AF DD B2 15 0 13 D 7C 28 4E
Octal 257 335 262 25 0 23 15 174 50 116
Binary 10101111 11011101 10110010 10101 0 10011 1101 1111100 101000 1001110

Color Harmonies of #AFDDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDB2

Black with #AFDDB2

Text Example


Text Example

White with #AFDDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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