Html Css Color HEX #AFF6C2 Fringy Flower

📋 copy color: '#AFF6C2'

red 175 ◦ green 246 ◦ blue 194

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

Shades of Fringy Flower #AFF6C2

Tints of Fringy Flower #AFF6C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.54%

R = 28.46%
G = 40%
B = 31.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#AFF6C2 (or 0xAFF6C2) is known color: Fringy Flower. HEX triplet: AF, F6 and C2. RGB value is (175,246,194). Sum of RGB (Red+Green+Blue) = 175+246+194=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6C2 is #50093D. Grayscale: #DADADA. Windows color (decimal): -5245246 or 12777135. OLE color: 12777135.

HSL color Cylindrical-coordinate representation of color #AFF6C2: hue angle of 136.06º 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 #AFF6C2 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 194 -
CMYK 0.29 0 0.21 0.04
HSL 136.06º 0.8% 0.83% -
HSV(B) 136.06º 0.29% 0.96% -
XYZ 60.37 78.92 63.09 -
YUV 218.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 175 246 194 0.29 0 0.21 0.04 136.06 0.8 0.83
Hex AF F6 C2 1D 0 15 4 88 50 53
Octal 257 366 302 35 0 25 4 210 120 123
Binary 10101111 11110110 11000010 11101 0 10101 100 10001000 1010000 1010011

Color Harmonies of #AFF6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6C2

Black with #AFF6C2

Text Example


Text Example

White with #AFF6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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