Html Css Color HEX #93AFAB Conch

📋 copy color: '#93AFAB'

red 147 ◦ green 175 ◦ blue 171

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

Shades of Conch #93AFAB

Tints of Conch #93AFAB

RGB

 RED value IS 147 (57.81% from 255) = 29.82%

 GREEN value IS 175 (68.75% from 255) = 35.5%

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 29.82%
G = 35.5%
B = 34.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#93AFAB (or 0x93AFAB) is known color: Conch. HEX triplet: 93, AF and AB. RGB value is (147,175,171). Sum of RGB (Red+Green+Blue) = 147+175+171=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #93AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AFAB is #6C5054. Grayscale: #A6A6A6. Windows color (decimal): -7098453 or 11251603. OLE color: 11251603.

HSL color Cylindrical-coordinate representation of color #93AFAB: hue angle of 171.43º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93AFAB is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 175 171 -
CMYK 0.16 0 0.02 0.31
HSL 171.43º 0.15% 0.63% -
HSV(B) 171.43º 0.16% 0.69% -
XYZ 34.71 39.8 44.38 -
YUV 166.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 147 175 171 0.16 0 0.02 0.31 171.43 0.15 0.63
Hex 93 AF AB 10 0 2 1F AB F 3F
Octal 223 257 253 20 0 2 37 253 17 77
Binary 10010011 10101111 10101011 10000 0 10 11111 10101011 1111 111111

Color Harmonies of #93AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AFAB

Black with #93AFAB

Text Example


Text Example

White with #93AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AFAB; }

 p { color: rgb(147,175,171); }

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

background-color css

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

 a { background-color: rgb(147,175,171); }

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

border-color css

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

 span { border-color: rgb(147,175,171); }

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