Html Css Color HEX #A5FAAE Celadon

📋 copy color: '#A5FAAE'

red 165 ◦ green 250 ◦ blue 174

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

Shades of Celadon #A5FAAE

Tints of Celadon #A5FAAE

RGB

 RED value IS 165 (64.84% from 255) = 28.01%

 GREEN value IS 250 (98.05% from 255) = 42.44%

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

R = 28.01%
G = 42.44%
B = 29.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#A5FAAE (or 0xA5FAAE) is known color: Celadon. HEX triplet: A5, FA and AE. RGB value is (165,250,174). Sum of RGB (Red+Green+Blue) = 165+250+174=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FAAE is #5A0551. Grayscale: #D8D8D8. Windows color (decimal): -5899602 or 11467429. OLE color: 11467429.

HSL color Cylindrical-coordinate representation of color #A5FAAE: hue angle of 126.35º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FAAE is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 250 174 -
CMYK 0.34 0 0.30 0.02
HSL 126.35º 0.89% 0.81% -
HSV(B) 126.35º 0.34% 0.98% -
XYZ 57.34 79.43 52.35 -
YUV 215.92 104.34 91.68 -
System Red Green Blue C M Y K H S L
Decimal 165 250 174 0.34 0 0.30 0.02 126.35 0.89 0.81
Hex A5 FA AE 22 0 1E 2 7E 59 51
Octal 245 372 256 42 0 36 2 176 131 121
Binary 10100101 11111010 10101110 100010 0 11110 10 1111110 1011001 1010001

Color Harmonies of #A5FAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FAAE

Black with #A5FAAE

Text Example


Text Example

White with #A5FAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FAAE; }

 p { color: rgb(165,250,174); }

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

background-color css

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

 a { background-color: rgb(165,250,174); }

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

border-color css

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

 span { border-color: rgb(165,250,174); }

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