Html Css Color HEX #AFEBC2 Fringy Flower

📋 copy color: '#AFEBC2'

red 175 ◦ green 235 ◦ blue 194

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

Shades of Fringy Flower #AFEBC2

Tints of Fringy Flower #AFEBC2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.91%

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

R = 28.97%
G = 38.91%
B = 32.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#AFEBC2 (or 0xAFEBC2) is known color: Fringy Flower. HEX triplet: AF, EB and C2. RGB value is (175,235,194). Sum of RGB (Red+Green+Blue) = 175+235+194=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBC2 is #50143D. Grayscale: #D4D4D4. Windows color (decimal): -5248062 or 12774319. OLE color: 12774319.

HSL color Cylindrical-coordinate representation of color #AFEBC2: hue angle of 139º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBC2 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 194 -
CMYK 0.26 0 0.17 0.08
HSL 139º 0.6% 0.8% -
HSV(B) 139º 0.26% 0.92% -
XYZ 57.13 72.43 62.01 -
YUV 212.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 175 235 194 0.26 0 0.17 0.08 139 0.6 0.8
Hex AF EB C2 1A 0 11 8 8B 3C 50
Octal 257 353 302 32 0 21 10 213 74 120
Binary 10101111 11101011 11000010 11010 0 10001 1000 10001011 111100 1010000

Color Harmonies of #AFEBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBC2

Black with #AFEBC2

Text Example


Text Example

White with #AFEBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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