Html Css Color HEX #ADEDC0 Fringy Flower

📋 copy color: '#ADEDC0'

red 173 ◦ green 237 ◦ blue 192

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

Shades of Fringy Flower #ADEDC0

Tints of Fringy Flower #ADEDC0

RGB

 RED value IS 173 (67.97% from 255) = 28.74%

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

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

R = 28.74%
G = 39.37%
B = 31.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ADEDC0 (or 0xADEDC0) is known color: Fringy Flower. HEX triplet: AD, ED and C0. RGB value is (173,237,192). Sum of RGB (Red+Green+Blue) = 173+237+192=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDC0 is #52123F. Grayscale: #D4D4D4. Windows color (decimal): -5378624 or 12643757. OLE color: 12643757.

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

Color convert

RGB 173 237 192 -
CMYK 0.27 0 0.19 0.07
HSL 137.81º 0.64% 0.8% -
HSV(B) 137.81º 0.27% 0.93% -
XYZ 57.03 73.26 61 -
YUV 212.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 173 237 192 0.27 0 0.19 0.07 137.81 0.64 0.8
Hex AD ED C0 1B 0 13 7 8A 40 50
Octal 255 355 300 33 0 23 7 212 100 120
Binary 10101101 11101101 11000000 11011 0 10011 111 10001010 1000000 1010000

Color Harmonies of #ADEDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEDC0

Black with #ADEDC0

Text Example


Text Example

White with #ADEDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEDC0; }

 p { color: rgb(173,237,192); }

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

background-color css

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

 a { background-color: rgb(173,237,192); }

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

border-color css

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

 span { border-color: rgb(173,237,192); }

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