Html Css Color HEX #ADEFC0 Fringy Flower

📋 copy color: '#ADEFC0'

red 173 ◦ green 239 ◦ blue 192

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

Shades of Fringy Flower #ADEFC0

Tints of Fringy Flower #ADEFC0

RGB

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

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

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

R = 28.64%
G = 39.57%
B = 31.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#ADEFC0 (or 0xADEFC0) is known color: Fringy Flower. HEX triplet: AD, EF and C0. RGB value is (173,239,192). Sum of RGB (Red+Green+Blue) = 173+239+192=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFC0 is #52103F. Grayscale: #D6D6D6. Windows color (decimal): -5378112 or 12644269. OLE color: 12644269.

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

Color convert

RGB 173 239 192 -
CMYK 0.28 0 0.20 0.06
HSL 137.27º 0.67% 0.81% -
HSV(B) 137.27º 0.28% 0.94% -
XYZ 57.61 74.42 61.2 -
YUV 213.91 115.63 98.82 -
System Red Green Blue C M Y K H S L
Decimal 173 239 192 0.28 0 0.20 0.06 137.27 0.67 0.81
Hex AD EF C0 1C 0 14 6 89 43 51
Octal 255 357 300 34 0 24 6 211 103 121
Binary 10101101 11101111 11000000 11100 0 10100 110 10001001 1000011 1010001

Color Harmonies of #ADEFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEFC0

Black with #ADEFC0

Text Example


Text Example

White with #ADEFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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