Html Css Color HEX #ABEEC0 Fringy Flower

📋 copy color: '#ABEEC0'

red 171 ◦ green 238 ◦ blue 192

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

Shades of Fringy Flower #ABEEC0

Tints of Fringy Flower #ABEEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.95%

R = 28.45%
G = 39.6%
B = 31.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ABEEC0 (or 0xABEEC0) is known color: Fringy Flower. HEX triplet: AB, EE and C0. RGB value is (171,238,192). Sum of RGB (Red+Green+Blue) = 171+238+192=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEEC0 is #54113F. Grayscale: #D4D4D4. Windows color (decimal): -5509440 or 12644011. OLE color: 12644011.

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

Color convert

RGB 171 238 192 -
CMYK 0.28 0 0.19 0.07
HSL 138.81º 0.66% 0.8% -
HSV(B) 138.81º 0.28% 0.93% -
XYZ 56.88 73.61 61.08 -
YUV 212.72 116.3 98.24 -
System Red Green Blue C M Y K H S L
Decimal 171 238 192 0.28 0 0.19 0.07 138.81 0.66 0.8
Hex AB EE C0 1C 0 13 7 8B 42 50
Octal 253 356 300 34 0 23 7 213 102 120
Binary 10101011 11101110 11000000 11100 0 10011 111 10001011 1000010 1010000

Color Harmonies of #ABEEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEEC0

Black with #ABEEC0

Text Example


Text Example

White with #ABEEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEEC0; }

 p { color: rgb(171,238,192); }

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

background-color css

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

 a { background-color: rgb(171,238,192); }

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

border-color css

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

 span { border-color: rgb(171,238,192); }

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