Html Css Color HEX #ABEFAC Celadon

📋 copy color: '#ABEFAC'

red 171 ◦ green 239 ◦ blue 172

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

Shades of Celadon #ABEFAC

Tints of Celadon #ABEFAC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.07%

 BLUE value IS 172 (67.58% from 255) = 29.55%

R = 29.38%
G = 41.07%
B = 29.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#ABEFAC (or 0xABEFAC) is known color: Celadon. HEX triplet: AB, EF and AC. RGB value is (171,239,172). Sum of RGB (Red+Green+Blue) = 171+239+172=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEFAC is #541053. Grayscale: #D3D3D3. Windows color (decimal): -5509204 or 11333547. OLE color: 11333547.

HSL color Cylindrical-coordinate representation of color #ABEFAC: hue angle of 120.88º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEFAC is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 239 172 -
CMYK 0.28 0 0.28 0.06
HSL 120.88º 0.68% 0.8% -
HSV(B) 120.88º 0.28% 0.94% -
XYZ 55.11 73.37 50.29 -
YUV 211.03 105.97 99.45 -
System Red Green Blue C M Y K H S L
Decimal 171 239 172 0.28 0 0.28 0.06 120.88 0.68 0.8
Hex AB EF AC 1C 0 1C 6 79 44 50
Octal 253 357 254 34 0 34 6 171 104 120
Binary 10101011 11101111 10101100 11100 0 11100 110 1111001 1000100 1010000

Color Harmonies of #ABEFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEFAC

Black with #ABEFAC

Text Example


Text Example

White with #ABEFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEFAC; }

 p { color: rgb(171,239,172); }

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

background-color css

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

 a { background-color: rgb(171,239,172); }

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

border-color css

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

 span { border-color: rgb(171,239,172); }

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