Html Css Color HEX #AFD4B2 Surf

📋 copy color: '#AFD4B2'

red 175 ◦ green 212 ◦ blue 178

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

Shades of Surf #AFD4B2

Tints of Surf #AFD4B2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.52%

 BLUE value IS 178 (69.92% from 255) = 31.5%

R = 30.97%
G = 37.52%
B = 31.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#AFD4B2 (or 0xAFD4B2) is known color: Surf. HEX triplet: AF, D4 and B2. RGB value is (175,212,178). Sum of RGB (Red+Green+Blue) = 175+212+178=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD4B2 is #502B4D. Grayscale: #C5C5C5. Windows color (decimal): -5253966 or 11719855. OLE color: 11719855.

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

Color convert

RGB 175 212 178 -
CMYK 0.17 0 0.16 0.17
HSL 124.86º 0.3% 0.76% -
HSV(B) 124.86º 0.17% 0.83% -
XYZ 49.26 59.42 50.99 -
YUV 197.06 117.24 112.26 -
System Red Green Blue C M Y K H S L
Decimal 175 212 178 0.17 0 0.16 0.17 124.86 0.3 0.76
Hex AF D4 B2 11 0 10 11 7D 1E 4C
Octal 257 324 262 21 0 20 21 175 36 114
Binary 10101111 11010100 10110010 10001 0 10000 10001 1111101 11110 1001100

Color Harmonies of #AFD4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD4B2

Black with #AFD4B2

Text Example


Text Example

White with #AFD4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD4B2; }

 p { color: rgb(175,212,178); }

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

background-color css

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

 a { background-color: rgb(175,212,178); }

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

border-color css

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

 span { border-color: rgb(175,212,178); }

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