Html Css Color HEX #ACEEB4 Celadon

📋 copy color: '#ACEEB4'

red 172 ◦ green 238 ◦ blue 180

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

Shades of Celadon #ACEEB4

Tints of Celadon #ACEEB4

RGB

 RED value IS 172 (67.58% from 255) = 29.15%

 GREEN value IS 238 (93.36% from 255) = 40.34%

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

R = 29.15%
G = 40.34%
B = 30.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ACEEB4 (or 0xACEEB4) is known color: Celadon. HEX triplet: AC, EE and B4. RGB value is (172,238,180). Sum of RGB (Red+Green+Blue) = 172+238+180=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEB4 is #53114B. Grayscale: #D3D3D3. Windows color (decimal): -5443916 or 11857580. OLE color: 11857580.

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

Color convert

RGB 172 238 180 -
CMYK 0.28 0 0.24 0.07
HSL 127.27º 0.66% 0.8% -
HSV(B) 127.27º 0.28% 0.93% -
XYZ 55.83 73.22 54.37 -
YUV 211.65 110.13 99.72 -
System Red Green Blue C M Y K H S L
Decimal 172 238 180 0.28 0 0.24 0.07 127.27 0.66 0.8
Hex AC EE B4 1C 0 18 7 7F 42 50
Octal 254 356 264 34 0 30 7 177 102 120
Binary 10101100 11101110 10110100 11100 0 11000 111 1111111 1000010 1010000

Color Harmonies of #ACEEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEB4

Black with #ACEEB4

Text Example


Text Example

White with #ACEEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEB4; }

 p { color: rgb(172,238,180); }

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

background-color css

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

 a { background-color: rgb(172,238,180); }

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

border-color css

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

 span { border-color: rgb(172,238,180); }

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