Html Css Color HEX #AEECB2 Celadon

📋 copy color: '#AEECB2'

red 174 ◦ green 236 ◦ blue 178

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

Shades of Celadon #AEECB2

Tints of Celadon #AEECB2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.14%

 BLUE value IS 178 (69.92% from 255) = 30.27%

R = 29.59%
G = 40.14%
B = 30.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#AEECB2 (or 0xAEECB2) is known color: Celadon. HEX triplet: AE, EC and B2. RGB value is (174,236,178). Sum of RGB (Red+Green+Blue) = 174+236+178=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEECB2 is #51134D. Grayscale: #D3D3D3. Windows color (decimal): -5313358 or 11725998. OLE color: 11725998.

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

Color convert

RGB 174 236 178 -
CMYK 0.26 0 0.25 0.07
HSL 123.87º 0.62% 0.8% -
HSV(B) 123.87º 0.26% 0.93% -
XYZ 55.49 72.2 53.13 -
YUV 210.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 174 236 178 0.26 0 0.25 0.07 123.87 0.62 0.8
Hex AE EC B2 1A 0 19 7 7C 3E 50
Octal 256 354 262 32 0 31 7 174 76 120
Binary 10101110 11101100 10110010 11010 0 11001 111 1111100 111110 1010000

Color Harmonies of #AEECB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECB2

Black with #AEECB2

Text Example


Text Example

White with #AEECB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECB2; }

 p { color: rgb(174,236,178); }

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

background-color css

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

 a { background-color: rgb(174,236,178); }

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

border-color css

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

 span { border-color: rgb(174,236,178); }

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