Html Css Color HEX #95BABA Conch

📋 copy color: '#95BABA'

red 149 ◦ green 186 ◦ blue 186

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

Shades of Conch #95BABA

Tints of Conch #95BABA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.7%

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 28.6%
G = 35.7%
B = 35.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#95BABA (or 0x95BABA) is known color: Conch. HEX triplet: 95, BA and BA. RGB value is (149,186,186). Sum of RGB (Red+Green+Blue) = 149+186+186=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #95BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BABA is #6A4545. Grayscale: #AEAEAE. Windows color (decimal): -6964550 or 12237461. OLE color: 12237461.

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

Color convert

RGB 149 186 186 -
CMYK 0.20 0 0 0.27
HSL 180º 0.21% 0.66% -
HSV(B) 180º 0.2% 0.73% -
XYZ 38.82 45.05 53.1 -
YUV 174.94 134.24 109.5 -
System Red Green Blue C M Y K H S L
Decimal 149 186 186 0.20 0 0 0.27 180 0.21 0.66
Hex 95 BA BA 14 0 0 1B B4 15 42
Octal 225 272 272 24 0 0 33 264 25 102
Binary 10010101 10111010 10111010 10100 0 0 11011 10110100 10101 1000010

Color Harmonies of #95BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BABA

Black with #95BABA

Text Example


Text Example

White with #95BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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