Html Css Color HEX #95C3C2 Morning Glory

📋 copy color: '#95C3C2'

red 149 ◦ green 195 ◦ blue 194

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

Shades of Morning Glory #95C3C2

Tints of Morning Glory #95C3C2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.25%

 BLUE value IS 194 (76.17% from 255) = 36.06%

R = 27.7%
G = 36.25%
B = 36.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#95C3C2 (or 0x95C3C2) is known color: Morning Glory. HEX triplet: 95, C3 and C2. RGB value is (149,195,194). Sum of RGB (Red+Green+Blue) = 149+195+194=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 195 - color contains mainly: green. Hex color #95C3C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C3C2 is #6A3C3D. Grayscale: #B5B5B5. Windows color (decimal): -6962238 or 12764053. OLE color: 12764053.

HSL color Cylindrical-coordinate representation of color #95C3C2: hue angle of 178.7º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C3C2 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 195 194 -
CMYK 0.24 0 0.01 0.24
HSL 178.7º 0.28% 0.67% -
HSV(B) 178.7º 0.24% 0.76% -
XYZ 41.65 49.31 58.36 -
YUV 181.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 149 195 194 0.24 0 0.01 0.24 178.7 0.28 0.67
Hex 95 C3 C2 18 0 1 18 B3 1C 43
Octal 225 303 302 30 0 1 30 263 34 103
Binary 10010101 11000011 11000010 11000 0 1 11000 10110011 11100 1000011

Color Harmonies of #95C3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C3C2

Black with #95C3C2

Text Example


Text Example

White with #95C3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,195,194); }

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

background-color css

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

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

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

border-color css

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

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

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