Html Css Color HEX #AFEEC3 Fringy Flower

📋 copy color: '#AFEEC3'

red 175 ◦ green 238 ◦ blue 195

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

Shades of Fringy Flower #AFEEC3

Tints of Fringy Flower #AFEEC3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.14%

 BLUE value IS 195 (76.56% from 255) = 32.07%

R = 28.78%
G = 39.14%
B = 32.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#AFEEC3 (or 0xAFEEC3) is known color: Fringy Flower. HEX triplet: AF, EE and C3. RGB value is (175,238,195). Sum of RGB (Red+Green+Blue) = 175+238+195=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEC3 is #50113C. Grayscale: #D6D6D6. Windows color (decimal): -5247293 or 12840623. OLE color: 12840623.

HSL color Cylindrical-coordinate representation of color #AFEEC3: hue angle of 139.05º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEEC3 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 195 -
CMYK 0.26 0 0.18 0.07
HSL 139.05º 0.65% 0.81% -
HSV(B) 139.05º 0.26% 0.93% -
XYZ 58.1 74.2 62.89 -
YUV 214.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 175 238 195 0.26 0 0.18 0.07 139.05 0.65 0.81
Hex AF EE C3 1A 0 12 7 8B 41 51
Octal 257 356 303 32 0 22 7 213 101 121
Binary 10101111 11101110 11000011 11010 0 10010 111 10001011 1000001 1010001

Color Harmonies of #AFEEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEC3

Black with #AFEEC3

Text Example


Text Example

White with #AFEEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEC3; }

 p { color: rgb(175,238,195); }

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

background-color css

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

 a { background-color: rgb(175,238,195); }

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

border-color css

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

 span { border-color: rgb(175,238,195); }

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