Html Css Color HEX #AFEFC2 Fringy Flower

📋 copy color: '#AFEFC2'

red 175 ◦ green 239 ◦ blue 194

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

Shades of Fringy Flower #AFEFC2

Tints of Fringy Flower #AFEFC2

RGB

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

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

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

R = 28.78%
G = 39.31%
B = 31.91%

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

#AFEFC2 (or 0xAFEFC2) is known color: Fringy Flower. HEX triplet: AF, EF and C2. RGB value is (175,239,194). Sum of RGB (Red+Green+Blue) = 175+239+194=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFC2 is #50103D. Grayscale: #D6D6D6. Windows color (decimal): -5247038 or 12775343. OLE color: 12775343.

HSL color Cylindrical-coordinate representation of color #AFEFC2: hue angle of 137.81º 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 #AFEFC2 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 239 194 -
CMYK 0.27 0 0.19 0.06
HSL 137.81º 0.67% 0.81% -
HSV(B) 137.81º 0.27% 0.94% -
XYZ 58.28 74.74 62.39 -
YUV 214.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 175 239 194 0.27 0 0.19 0.06 137.81 0.67 0.81
Hex AF EF C2 1B 0 13 6 8A 43 51
Octal 257 357 302 33 0 23 6 212 103 121
Binary 10101111 11101111 11000010 11011 0 10011 110 10001010 1000011 1010001

Color Harmonies of #AFEFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEFC2

Black with #AFEFC2

Text Example


Text Example

White with #AFEFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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