Html Css Color HEX #AFFBC2 Fringy Flower

📋 copy color: '#AFFBC2'

red 175 ◦ green 251 ◦ blue 194

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

Shades of Fringy Flower #AFFBC2

Tints of Fringy Flower #AFFBC2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.48%

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

R = 28.23%
G = 40.48%
B = 31.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#AFFBC2 (or 0xAFFBC2) is known color: Fringy Flower. HEX triplet: AF, FB and C2. RGB value is (175,251,194). Sum of RGB (Red+Green+Blue) = 175+251+194=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBC2 is #50043D. Grayscale: #DDDDDD. Windows color (decimal): -5243966 or 12778415. OLE color: 12778415.

HSL color Cylindrical-coordinate representation of color #AFFBC2: hue angle of 135º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBC2 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 251 194 -
CMYK 0.30 0 0.23 0.02
HSL 135º 0.9% 0.84% -
HSV(B) 135º 0.3% 0.98% -
XYZ 61.91 82 63.6 -
YUV 221.78 112.32 94.63 -
System Red Green Blue C M Y K H S L
Decimal 175 251 194 0.30 0 0.23 0.02 135 0.9 0.84
Hex AF FB C2 1E 0 17 2 87 5A 54
Octal 257 373 302 36 0 27 2 207 132 124
Binary 10101111 11111011 11000010 11110 0 10111 10 10000111 1011010 1010100

Color Harmonies of #AFFBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBC2

Black with #AFFBC2

Text Example


Text Example

White with #AFFBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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