Html Css Color HEX #AEEEAF Celadon

📋 copy color: '#AEEEAF'

red 174 ◦ green 238 ◦ blue 175

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

Shades of Celadon #AEEEAF

Tints of Celadon #AEEEAF

RGB

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

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

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

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

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #AEEEAF: hue angle of 120.94º 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 #AEEEAF is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 238 175 -
CMYK 0.27 0 0.26 0.07
HSL 120.94º 0.65% 0.81% -
HSV(B) 120.94º 0.27% 0.93% -
XYZ 55.77 73.24 51.76 -
YUV 211.68 107.3 101.12 -
System Red Green Blue C M Y K H S L
Decimal 174 238 175 0.27 0 0.26 0.07 120.94 0.65 0.81
Hex AE EE AF 1B 0 1A 7 79 41 51
Octal 256 356 257 33 0 32 7 171 101 121
Binary 10101110 11101110 10101111 11011 0 11010 111 1111001 1000001 1010001

Color Harmonies of #AEEEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEEAF

Black with #AEEEAF

Text Example


Text Example

White with #AEEEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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