Html Css Color HEX #ABEDAE Celadon

📋 copy color: '#ABEDAE'

red 171 ◦ green 237 ◦ blue 174

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

Shades of Celadon #ABEDAE

Tints of Celadon #ABEDAE

RGB

 RED value IS 171 (67.19% from 255) = 29.38%

 GREEN value IS 237 (92.97% from 255) = 40.72%

 BLUE value IS 174 (68.36% from 255) = 29.9%

R = 29.38%
G = 40.72%
B = 29.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ABEDAE (or 0xABEDAE) is known color: Celadon. HEX triplet: AB, ED and AE. RGB value is (171,237,174). Sum of RGB (Red+Green+Blue) = 171+237+174=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEDAE is #541251. Grayscale: #D2D2D2. Windows color (decimal): -5509714 or 11464107. OLE color: 11464107.

HSL color Cylindrical-coordinate representation of color #ABEDAE: hue angle of 122.73º degrees, saturation: 0.65, 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 #ABEDAE is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 237 174 -
CMYK 0.28 0 0.27 0.07
HSL 122.73º 0.65% 0.8% -
HSV(B) 122.73º 0.28% 0.93% -
XYZ 54.72 72.28 51.11 -
YUV 210.08 107.63 100.12 -
System Red Green Blue C M Y K H S L
Decimal 171 237 174 0.28 0 0.27 0.07 122.73 0.65 0.8
Hex AB ED AE 1C 0 1B 7 7B 41 50
Octal 253 355 256 34 0 33 7 173 101 120
Binary 10101011 11101101 10101110 11100 0 11011 111 1111011 1000001 1010000

Color Harmonies of #ABEDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEDAE

Black with #ABEDAE

Text Example


Text Example

White with #ABEDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEDAE; }

 p { color: rgb(171,237,174); }

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

background-color css

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

 a { background-color: rgb(171,237,174); }

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

border-color css

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

 span { border-color: rgb(171,237,174); }

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