Html Css Color HEX #95B9B9 Conch

📋 copy color: '#95B9B9'

red 149 ◦ green 185 ◦ blue 185

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

Shades of Conch #95B9B9

Tints of Conch #95B9B9

RGB

 RED value IS 149 (58.59% from 255) = 28.71%

 GREEN value IS 185 (72.66% from 255) = 35.65%

 BLUE value IS 185 (72.66% from 255) = 35.65%

R = 28.71%
G = 35.65%
B = 35.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#95B9B9 (or 0x95B9B9) is known color: Conch. HEX triplet: 95, B9 and B9. RGB value is (149,185,185). Sum of RGB (Red+Green+Blue) = 149+185+185=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 185 - color contains mainly: green, blue. Hex color #95B9B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B9B9 is #6A4646. Grayscale: #AEAEAE. Windows color (decimal): -6964807 or 12171669. OLE color: 12171669.

HSL color Cylindrical-coordinate representation of color #95B9B9: hue angle of 180º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95B9B9 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 185 185 -
CMYK 0.19 0 0 0.27
HSL 180º 0.2% 0.65% -
HSV(B) 180º 0.19% 0.73% -
XYZ 38.5 44.59 52.48 -
YUV 174.24 134.07 110 -
System Red Green Blue C M Y K H S L
Decimal 149 185 185 0.19 0 0 0.27 180 0.2 0.65
Hex 95 B9 B9 13 0 0 1B B4 14 41
Octal 225 271 271 23 0 0 33 264 24 101
Binary 10010101 10111001 10111001 10011 0 0 11011 10110100 10100 1000001

Color Harmonies of #95B9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B9B9

Black with #95B9B9

Text Example


Text Example

White with #95B9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95B9B9; }

 p { color: rgb(149,185,185); }

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

background-color css

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

 a { background-color: rgb(149,185,185); }

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

border-color css

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

 span { border-color: rgb(149,185,185); }

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