Html Css Color HEX #AFEEAE Celadon

📋 copy color: '#AFEEAE'

red 175 ◦ green 238 ◦ blue 174

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

Shades of Celadon #AFEEAE

Tints of Celadon #AFEEAE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.55%

 BLUE value IS 174 (68.36% from 255) = 29.64%

R = 29.81%
G = 40.55%
B = 29.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#AFEEAE (or 0xAFEEAE) is known color: Celadon. HEX triplet: AF, EE and AE. RGB value is (175,238,174). Sum of RGB (Red+Green+Blue) = 175+238+174=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEAE is #501151. Grayscale: #D4D4D4. Windows color (decimal): -5247314 or 11464367. OLE color: 11464367.

HSL color Cylindrical-coordinate representation of color #AFEEAE: hue angle of 119.06º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEEAE is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 174 -
CMYK 0.26 0 0.27 0.07
HSL 119.06º 0.65% 0.81% -
HSV(B) 119.06º 0.27% 0.93% -
XYZ 55.89 73.32 51.25 -
YUV 211.87 106.63 101.7 -
System Red Green Blue C M Y K H S L
Decimal 175 238 174 0.26 0 0.27 0.07 119.06 0.65 0.81
Hex AF EE AE 1A 0 1B 7 77 41 51
Octal 257 356 256 32 0 33 7 167 101 121
Binary 10101111 11101110 10101110 11010 0 11011 111 1110111 1000001 1010001

Color Harmonies of #AFEEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEAE

Black with #AFEEAE

Text Example


Text Example

White with #AFEEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEAE; }

 p { color: rgb(175,238,174); }

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

background-color css

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

 a { background-color: rgb(175,238,174); }

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

border-color css

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

 span { border-color: rgb(175,238,174); }

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