Html Css Color HEX #95D6D2 Morning Glory

📋 copy color: '#95D6D2'

red 149 ◦ green 214 ◦ blue 210

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

Shades of Morning Glory #95D6D2

Tints of Morning Glory #95D6D2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.35%

 BLUE value IS 210 (82.42% from 255) = 36.65%

R = 26%
G = 37.35%
B = 36.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#95D6D2 (or 0x95D6D2) is known color: Morning Glory. HEX triplet: 95, D6 and D2. RGB value is (149,214,210). Sum of RGB (Red+Green+Blue) = 149+214+210=573 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.00% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 214 - color contains mainly: green. Hex color #95D6D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D6D2 is #6A292D. Grayscale: #C2C2C2. Windows color (decimal): -6957358 or 13817493. OLE color: 13817493.

HSL color Cylindrical-coordinate representation of color #95D6D2: hue angle of 176.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D6D2 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 214 210 -
CMYK 0.30 0 0.02 0.16
HSL 176.31º 0.44% 0.71% -
HSV(B) 176.31º 0.3% 0.84% -
XYZ 48.07 59.14 69.85 -
YUV 194.11 136.97 95.83 -
System Red Green Blue C M Y K H S L
Decimal 149 214 210 0.30 0 0.02 0.16 176.31 0.44 0.71
Hex 95 D6 D2 1E 0 2 10 B0 2C 47
Octal 225 326 322 36 0 2 20 260 54 107
Binary 10010101 11010110 11010010 11110 0 10 10000 10110000 101100 1000111

Color Harmonies of #95D6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D6D2

Black with #95D6D2

Text Example


Text Example

White with #95D6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,214,210); }

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

background-color css

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

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

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

border-color css

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

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

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