Html Css Color HEX #AFF8C2 Fringy Flower

📋 copy color: '#AFF8C2'

red 175 ◦ green 248 ◦ blue 194

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

Shades of Fringy Flower #AFF8C2

Tints of Fringy Flower #AFF8C2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.19%

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

R = 28.36%
G = 40.19%
B = 31.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#AFF8C2 (or 0xAFF8C2) is known color: Fringy Flower. HEX triplet: AF, F8 and C2. RGB value is (175,248,194). Sum of RGB (Red+Green+Blue) = 175+248+194=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8C2 is #50073D. Grayscale: #DCDCDC. Windows color (decimal): -5244734 or 12777647. OLE color: 12777647.

HSL color Cylindrical-coordinate representation of color #AFF8C2: hue angle of 135.62º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8C2 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 194 -
CMYK 0.29 0 0.22 0.03
HSL 135.62º 0.84% 0.83% -
HSV(B) 135.62º 0.29% 0.97% -
XYZ 60.98 80.14 63.29 -
YUV 220.02 113.32 95.89 -
System Red Green Blue C M Y K H S L
Decimal 175 248 194 0.29 0 0.22 0.03 135.62 0.84 0.83
Hex AF F8 C2 1D 0 16 3 88 54 53
Octal 257 370 302 35 0 26 3 210 124 123
Binary 10101111 11111000 11000010 11101 0 10110 11 10001000 1010100 1010011

Color Harmonies of #AFF8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8C2

Black with #AFF8C2

Text Example


Text Example

White with #AFF8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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