Html Css Color HEX #AEEBB1 Celadon

📋 copy color: '#AEEBB1'

red 174 ◦ green 235 ◦ blue 177

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

Shades of Celadon #AEEBB1

Tints of Celadon #AEEBB1

RGB

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

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

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

R = 29.69%
G = 40.1%
B = 30.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#AEEBB1 (or 0xAEEBB1) is known color: Celadon. HEX triplet: AE, EB and B1. RGB value is (174,235,177). Sum of RGB (Red+Green+Blue) = 174+235+177=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEBB1 is #51144E. Grayscale: #D2D2D2. Windows color (decimal): -5313615 or 11660206. OLE color: 11660206.

HSL color Cylindrical-coordinate representation of color #AEEBB1: hue angle of 122.95º 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 #AEEBB1 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 235 177 -
CMYK 0.26 0 0.25 0.08
HSL 122.95º 0.6% 0.8% -
HSV(B) 122.95º 0.26% 0.92% -
XYZ 55.1 71.59 52.51 -
YUV 210.15 109.29 102.22 -
System Red Green Blue C M Y K H S L
Decimal 174 235 177 0.26 0 0.25 0.08 122.95 0.6 0.8
Hex AE EB B1 1A 0 19 8 7B 3C 50
Octal 256 353 261 32 0 31 10 173 74 120
Binary 10101110 11101011 10110001 11010 0 11001 1000 1111011 111100 1010000

Color Harmonies of #AEEBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBB1

Black with #AEEBB1

Text Example


Text Example

White with #AEEBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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