Html Css Color HEX #AFDCBC Fringy Flower

📋 copy color: '#AFDCBC'

red 175 ◦ green 220 ◦ blue 188

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

Shades of Fringy Flower #AFDCBC

Tints of Fringy Flower #AFDCBC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.74%

 BLUE value IS 188 (73.83% from 255) = 32.25%

R = 30.02%
G = 37.74%
B = 32.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#AFDCBC (or 0xAFDCBC) is known color: Fringy Flower. HEX triplet: AF, DC and BC. RGB value is (175,220,188). Sum of RGB (Red+Green+Blue) = 175+220+188=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCBC is #502343. Grayscale: #CACACA. Windows color (decimal): -5251908 or 12377263. OLE color: 12377263.

HSL color Cylindrical-coordinate representation of color #AFDCBC: hue angle of 137.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCBC is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 188 -
CMYK 0.20 0 0.15 0.14
HSL 137.33º 0.39% 0.77% -
HSV(B) 137.33º 0.2% 0.86% -
XYZ 52.35 63.93 57.16 -
YUV 202.9 119.59 108.1 -
System Red Green Blue C M Y K H S L
Decimal 175 220 188 0.20 0 0.15 0.14 137.33 0.39 0.77
Hex AF DC BC 14 0 F E 89 27 4D
Octal 257 334 274 24 0 17 16 211 47 115
Binary 10101111 11011100 10111100 10100 0 1111 1110 10001001 100111 1001101

Color Harmonies of #AFDCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCBC

Black with #AFDCBC

Text Example


Text Example

White with #AFDCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCBC; }

 p { color: rgb(175,220,188); }

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

background-color css

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

 a { background-color: rgb(175,220,188); }

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

border-color css

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

 span { border-color: rgb(175,220,188); }

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