Html Css Color HEX #AEF8B6 Celadon

📋 copy color: '#AEF8B6'

red 174 ◦ green 248 ◦ blue 182

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

Shades of Celadon #AEF8B6

Tints of Celadon #AEF8B6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.06%

 BLUE value IS 182 (71.48% from 255) = 30.13%

R = 28.81%
G = 41.06%
B = 30.13%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#AEF8B6 (or 0xAEF8B6) is known color: Celadon. HEX triplet: AE, F8 and B6. RGB value is (174,248,182). Sum of RGB (Red+Green+Blue) = 174+248+182=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF8B6 is #510749. Grayscale: #DADADA. Windows color (decimal): -5310282 or 11991214. OLE color: 11991214.

HSL color Cylindrical-coordinate representation of color #AEF8B6: hue angle of 126.49º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF8B6 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 248 182 -
CMYK 0.30 0 0.27 0.03
HSL 126.49º 0.84% 0.83% -
HSV(B) 126.49º 0.3% 0.97% -
XYZ 59.47 79.51 56.47 -
YUV 218.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 174 248 182 0.30 0 0.27 0.03 126.49 0.84 0.83
Hex AE F8 B6 1E 0 1B 3 7E 54 53
Octal 256 370 266 36 0 33 3 176 124 123
Binary 10101110 11111000 10110110 11110 0 11011 11 1111110 1010100 1010011

Color Harmonies of #AEF8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF8B6

Black with #AEF8B6

Text Example


Text Example

White with #AEF8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF8B6; }

 p { color: rgb(174,248,182); }

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

background-color css

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

 a { background-color: rgb(174,248,182); }

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

border-color css

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

 span { border-color: rgb(174,248,182); }

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