Html Css Color HEX #AFF6BD Fringy Flower

📋 copy color: '#AFF6BD'

red 175 ◦ green 246 ◦ blue 189

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

Shades of Fringy Flower #AFF6BD

Tints of Fringy Flower #AFF6BD

RGB

 RED value IS 175 (68.75% from 255) = 28.69%

 GREEN value IS 246 (96.48% from 255) = 40.33%

 BLUE value IS 189 (74.22% from 255) = 30.98%

R = 28.69%
G = 40.33%
B = 30.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#AFF6BD (or 0xAFF6BD) is known color: Fringy Flower. HEX triplet: AF, F6 and BD. RGB value is (175,246,189). Sum of RGB (Red+Green+Blue) = 175+246+189=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6BD is #500942. Grayscale: #DADADA. Windows color (decimal): -5245251 or 12449455. OLE color: 12449455.

HSL color Cylindrical-coordinate representation of color #AFF6BD: hue angle of 131.83º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF6BD is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 189 -
CMYK 0.29 0 0.23 0.04
HSL 131.83º 0.8% 0.83% -
HSV(B) 131.83º 0.29% 0.96% -
XYZ 59.82 78.7 60.18 -
YUV 218.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 175 246 189 0.29 0 0.23 0.04 131.83 0.8 0.83
Hex AF F6 BD 1D 0 17 4 84 50 53
Octal 257 366 275 35 0 27 4 204 120 123
Binary 10101111 11110110 10111101 11101 0 10111 100 10000100 1010000 1010011

Color Harmonies of #AFF6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6BD

Black with #AFF6BD

Text Example


Text Example

White with #AFF6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6BD; }

 p { color: rgb(175,246,189); }

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

background-color css

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

 a { background-color: rgb(175,246,189); }

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

border-color css

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

 span { border-color: rgb(175,246,189); }

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