Html Css Color HEX #AEEBB4 Celadon

📋 copy color: '#AEEBB4'

red 174 ◦ green 235 ◦ blue 180

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

Shades of Celadon #AEEBB4

Tints of Celadon #AEEBB4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.9%

 BLUE value IS 180 (70.7% from 255) = 30.56%

R = 29.54%
G = 39.9%
B = 30.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#AEEBB4 (or 0xAEEBB4) is known color: Celadon. HEX triplet: AE, EB and B4. RGB value is (174,235,180). Sum of RGB (Red+Green+Blue) = 174+235+180=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBB4 is #51144B. Grayscale: #D2D2D2. Windows color (decimal): -5313612 or 11856814. OLE color: 11856814.

HSL color Cylindrical-coordinate representation of color #AEEBB4: hue angle of 125.9º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBB4 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 235 180 -
CMYK 0.26 0 0.23 0.08
HSL 125.9º 0.6% 0.8% -
HSV(B) 125.9º 0.26% 0.92% -
XYZ 55.4 71.71 54.1 -
YUV 210.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 174 235 180 0.26 0 0.23 0.08 125.9 0.6 0.8
Hex AE EB B4 1A 0 17 8 7E 3C 50
Octal 256 353 264 32 0 27 10 176 74 120
Binary 10101110 11101011 10110100 11010 0 10111 1000 1111110 111100 1010000

Color Harmonies of #AEEBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBB4

Black with #AEEBB4

Text Example


Text Example

White with #AEEBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBB4; }

 p { color: rgb(174,235,180); }

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

background-color css

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

 a { background-color: rgb(174,235,180); }

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

border-color css

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

 span { border-color: rgb(174,235,180); }

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