Html Css Color HEX #AEDFB3 Celadon

📋 copy color: '#AEDFB3'

red 174 ◦ green 223 ◦ blue 179

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

Shades of Celadon #AEDFB3

Tints of Celadon #AEDFB3

RGB

 RED value IS 174 (68.36% from 255) = 30.21%

 GREEN value IS 223 (87.5% from 255) = 38.72%

 BLUE value IS 179 (70.31% from 255) = 31.08%

R = 30.21%
G = 38.72%
B = 31.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#AEDFB3 (or 0xAEDFB3) is known color: Celadon. HEX triplet: AE, DF and B3. RGB value is (174,223,179). Sum of RGB (Red+Green+Blue) = 174+223+179=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFB3 is #51204C. Grayscale: #CBCBCB. Windows color (decimal): -5316685 or 11788206. OLE color: 11788206.

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

Color convert

RGB 174 223 179 -
CMYK 0.22 0 0.20 0.13
HSL 126.12º 0.43% 0.78% -
HSV(B) 126.12º 0.22% 0.87% -
XYZ 51.98 65.03 52.46 -
YUV 203.33 114.27 107.08 -
System Red Green Blue C M Y K H S L
Decimal 174 223 179 0.22 0 0.20 0.13 126.12 0.43 0.78
Hex AE DF B3 16 0 14 D 7E 2B 4E
Octal 256 337 263 26 0 24 15 176 53 116
Binary 10101110 11011111 10110011 10110 0 10100 1101 1111110 101011 1001110

Color Harmonies of #AEDFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFB3

Black with #AEDFB3

Text Example


Text Example

White with #AEDFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFB3; }

 p { color: rgb(174,223,179); }

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

background-color css

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

 a { background-color: rgb(174,223,179); }

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

border-color css

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

 span { border-color: rgb(174,223,179); }

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