Html Css Color HEX #AEF4B1 Celadon

📋 copy color: '#AEF4B1'

red 174 ◦ green 244 ◦ blue 177

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

Shades of Celadon #AEF4B1

Tints of Celadon #AEF4B1

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.01%

 BLUE value IS 177 (69.53% from 255) = 29.75%

R = 29.24%
G = 41.01%
B = 29.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#AEF4B1 (or 0xAEF4B1) is known color: Celadon. HEX triplet: AE, F4 and B1. RGB value is (174,244,177). Sum of RGB (Red+Green+Blue) = 174+244+177=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF4B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF4B1 is #510B4E. Grayscale: #D7D7D7. Windows color (decimal): -5311311 or 11662510. OLE color: 11662510.

HSL color Cylindrical-coordinate representation of color #AEF4B1: hue angle of 122.57º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF4B1 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 244 177 -
CMYK 0.29 0 0.27 0.04
HSL 122.57º 0.76% 0.82% -
HSV(B) 122.57º 0.29% 0.96% -
XYZ 57.74 76.87 53.39 -
YUV 215.43 106.31 98.45 -
System Red Green Blue C M Y K H S L
Decimal 174 244 177 0.29 0 0.27 0.04 122.57 0.76 0.82
Hex AE F4 B1 1D 0 1B 4 7B 4C 52
Octal 256 364 261 35 0 33 4 173 114 122
Binary 10101110 11110100 10110001 11101 0 11011 100 1111011 1001100 1010010

Color Harmonies of #AEF4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF4B1

Black with #AEF4B1

Text Example


Text Example

White with #AEF4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF4B1; }

 p { color: rgb(174,244,177); }

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

background-color css

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

 a { background-color: rgb(174,244,177); }

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

border-color css

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

 span { border-color: rgb(174,244,177); }

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