Html Css Color HEX #93B5B4 Conch

📋 copy color: '#93B5B4'

red 147 ◦ green 181 ◦ blue 180

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

Shades of Conch #93B5B4

Tints of Conch #93B5B4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.63%

 BLUE value IS 180 (70.7% from 255) = 35.43%

R = 28.94%
G = 35.63%
B = 35.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#93B5B4 (or 0x93B5B4) is known color: Conch. HEX triplet: 93, B5 and B4. RGB value is (147,181,180). Sum of RGB (Red+Green+Blue) = 147+181+180=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 181 - color contains mainly: green. Hex color #93B5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B5B4 is #6C4A4B. Grayscale: #AAAAAA. Windows color (decimal): -7096908 or 11842963. OLE color: 11842963.

HSL color Cylindrical-coordinate representation of color #93B5B4: hue angle of 178.24º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93B5B4 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 181 180 -
CMYK 0.19 0 0.01 0.29
HSL 178.24º 0.19% 0.64% -
HSV(B) 178.24º 0.19% 0.71% -
XYZ 36.79 42.55 49.45 -
YUV 170.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 147 181 180 0.19 0 0.01 0.29 178.24 0.19 0.64
Hex 93 B5 B4 13 0 1 1D B2 13 40
Octal 223 265 264 23 0 1 35 262 23 100
Binary 10010011 10110101 10110100 10011 0 1 11101 10110010 10011 1000000

Color Harmonies of #93B5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B5B4

Black with #93B5B4

Text Example


Text Example

White with #93B5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,181,180); }

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

background-color css

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

 a { background-color: rgb(147,181,180); }

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

border-color css

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

 span { border-color: rgb(147,181,180); }

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