Html Css Color HEX #ABF1AF Celadon

📋 copy color: '#ABF1AF'

red 171 ◦ green 241 ◦ blue 175

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

Shades of Celadon #ABF1AF

Tints of Celadon #ABF1AF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.06%

 BLUE value IS 175 (68.75% from 255) = 29.81%

R = 29.13%
G = 41.06%
B = 29.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#ABF1AF (or 0xABF1AF) is known color: Celadon. HEX triplet: AB, F1 and AF. RGB value is (171,241,175). Sum of RGB (Red+Green+Blue) = 171+241+175=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF1AF is #540E50. Grayscale: #D4D4D4. Windows color (decimal): -5508689 or 11530667. OLE color: 11530667.

HSL color Cylindrical-coordinate representation of color #ABF1AF: hue angle of 123.43º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF1AF is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 241 175 -
CMYK 0.29 0 0.27 0.05
HSL 123.43º 0.71% 0.81% -
HSV(B) 123.43º 0.29% 0.95% -
XYZ 55.99 74.66 52.02 -
YUV 212.55 106.81 98.37 -
System Red Green Blue C M Y K H S L
Decimal 171 241 175 0.29 0 0.27 0.05 123.43 0.71 0.81
Hex AB F1 AF 1D 0 1B 5 7B 47 51
Octal 253 361 257 35 0 33 5 173 107 121
Binary 10101011 11110001 10101111 11101 0 11011 101 1111011 1000111 1010001

Color Harmonies of #ABF1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF1AF

Black with #ABF1AF

Text Example


Text Example

White with #ABF1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF1AF; }

 p { color: rgb(171,241,175); }

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

background-color css

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

 a { background-color: rgb(171,241,175); }

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

border-color css

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

 span { border-color: rgb(171,241,175); }

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