Html Css Color HEX #AFD6B3 Surf

📋 copy color: '#AFD6B3'

red 175 ◦ green 214 ◦ blue 179

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

Shades of Surf #AFD6B3

Tints of Surf #AFD6B3

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.68%

 BLUE value IS 179 (70.31% from 255) = 31.51%

R = 30.81%
G = 37.68%
B = 31.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#AFD6B3 (or 0xAFD6B3) is known color: Surf. HEX triplet: AF, D6 and B3. RGB value is (175,214,179). Sum of RGB (Red+Green+Blue) = 175+214+179=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD6B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD6B3 is #50294C. Grayscale: #C6C6C6. Windows color (decimal): -5253453 or 11785903. OLE color: 11785903.

HSL color Cylindrical-coordinate representation of color #AFD6B3: hue angle of 126.15º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD6B3 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 214 179 -
CMYK 0.18 0 0.16 0.16
HSL 126.15º 0.32% 0.76% -
HSV(B) 126.15º 0.18% 0.84% -
XYZ 49.86 60.46 51.69 -
YUV 198.35 117.08 111.35 -
System Red Green Blue C M Y K H S L
Decimal 175 214 179 0.18 0 0.16 0.16 126.15 0.32 0.76
Hex AF D6 B3 12 0 10 10 7E 20 4C
Octal 257 326 263 22 0 20 20 176 40 114
Binary 10101111 11010110 10110011 10010 0 10000 10000 1111110 100000 1001100

Color Harmonies of #AFD6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD6B3

Black with #AFD6B3

Text Example


Text Example

White with #AFD6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD6B3; }

 p { color: rgb(175,214,179); }

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

background-color css

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

 a { background-color: rgb(175,214,179); }

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

border-color css

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

 span { border-color: rgb(175,214,179); }

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