Html Css Color HEX #AFEFC1 Fringy Flower

📋 copy color: '#AFEFC1'

red 175 ◦ green 239 ◦ blue 193

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

Shades of Fringy Flower #AFEFC1

Tints of Fringy Flower #AFEFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.8%

R = 28.83%
G = 39.37%
B = 31.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#AFEFC1 (or 0xAFEFC1) is known color: Fringy Flower. HEX triplet: AF, EF and C1. RGB value is (175,239,193). Sum of RGB (Red+Green+Blue) = 175+239+193=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFC1 is #50103E. Grayscale: #D6D6D6. Windows color (decimal): -5247039 or 12709807. OLE color: 12709807.

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

Color convert

RGB 175 239 193 -
CMYK 0.27 0 0.19 0.06
HSL 136.88º 0.67% 0.81% -
HSV(B) 136.88º 0.27% 0.94% -
XYZ 58.17 74.7 61.8 -
YUV 214.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 175 239 193 0.27 0 0.19 0.06 136.88 0.67 0.81
Hex AF EF C1 1B 0 13 6 89 43 51
Octal 257 357 301 33 0 23 6 211 103 121
Binary 10101111 11101111 11000001 11011 0 10011 110 10001001 1000011 1010001

Color Harmonies of #AFEFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEFC1

Black with #AFEFC1

Text Example


Text Example

White with #AFEFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEFC1; }

 p { color: rgb(175,239,193); }

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

background-color css

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

 a { background-color: rgb(175,239,193); }

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

border-color css

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

 span { border-color: rgb(175,239,193); }

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