Html Css Color HEX #AFDDB4 Celadon

📋 copy color: '#AFDDB4'

red 175 ◦ green 221 ◦ blue 180

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

Shades of Celadon #AFDDB4

Tints of Celadon #AFDDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.25%

R = 30.38%
G = 38.37%
B = 31.25%

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

#AFDDB4 (or 0xAFDDB4) is known color: Celadon. HEX triplet: AF, DD and B4. RGB value is (175,221,180). Sum of RGB (Red+Green+Blue) = 175+221+180=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDB4 is #50224B. Grayscale: #CACACA. Windows color (decimal): -5251660 or 11853231. OLE color: 11853231.

HSL color Cylindrical-coordinate representation of color #AFDDB4: hue angle of 126.52º 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 #AFDDB4 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 180 -
CMYK 0.21 0 0.19 0.13
HSL 126.52º 0.4% 0.78% -
HSV(B) 126.52º 0.21% 0.87% -
XYZ 51.77 64.12 52.83 -
YUV 202.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 175 221 180 0.21 0 0.19 0.13 126.52 0.4 0.78
Hex AF DD B4 15 0 13 D 7F 28 4E
Octal 257 335 264 25 0 23 15 177 50 116
Binary 10101111 11011101 10110100 10101 0 10011 1101 1111111 101000 1001110

Color Harmonies of #AFDDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDB4

Black with #AFDDB4

Text Example


Text Example

White with #AFDDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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