Html Css Color HEX #AFFDAC Celadon

📋 copy color: '#AFFDAC'

red 175 ◦ green 253 ◦ blue 172

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

Shades of Celadon #AFFDAC

Tints of Celadon #AFFDAC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.17%

 BLUE value IS 172 (67.58% from 255) = 28.67%

R = 29.17%
G = 42.17%
B = 28.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#AFFDAC (or 0xAFFDAC) is known color: Celadon. HEX triplet: AF, FD and AC. RGB value is (175,253,172). Sum of RGB (Red+Green+Blue) = 175+253+172=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFDAC is #500253. Grayscale: #DCDCDC. Windows color (decimal): -5243476 or 11337135. OLE color: 11337135.

HSL color Cylindrical-coordinate representation of color #AFFDAC: hue angle of 117.78º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFFDAC is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 172 -
CMYK 0.31 0 0.32 0.01
HSL 117.78º 0.95% 0.83% -
HSV(B) 117.78º 0.32% 0.99% -
XYZ 60.25 82.34 51.75 -
YUV 220.44 100.66 95.59 -
System Red Green Blue C M Y K H S L
Decimal 175 253 172 0.31 0 0.32 0.01 117.78 0.95 0.83
Hex AF FD AC 1F 0 20 1 76 5F 53
Octal 257 375 254 37 0 40 1 166 137 123
Binary 10101111 11111101 10101100 11111 0 100000 1 1110110 1011111 1010011

Color Harmonies of #AFFDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFDAC

Black with #AFFDAC

Text Example


Text Example

White with #AFFDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFDAC; }

 p { color: rgb(175,253,172); }

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

background-color css

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

 a { background-color: rgb(175,253,172); }

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

border-color css

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

 span { border-color: rgb(175,253,172); }

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