Html Css Color HEX #95DDDA Morning Glory

📋 copy color: '#95DDDA'

red 149 ◦ green 221 ◦ blue 218

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

Shades of Morning Glory #95DDDA

Tints of Morning Glory #95DDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.59%

 BLUE value IS 218 (85.55% from 255) = 37.07%

R = 25.34%
G = 37.59%
B = 37.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#95DDDA (or 0x95DDDA) is known color: Morning Glory. HEX triplet: 95, DD and DA. RGB value is (149,221,218). Sum of RGB (Red+Green+Blue) = 149+221+218=588 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.34% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDDA is #6A2225. Grayscale: #C7C7C7. Windows color (decimal): -6955558 or 14343573. OLE color: 14343573.

HSL color Cylindrical-coordinate representation of color #95DDDA: hue angle of 177.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DDDA is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 221 218 -
CMYK 0.33 0 0.01 0.13
HSL 177.5º 0.51% 0.73% -
HSV(B) 177.5º 0.33% 0.87% -
XYZ 50.91 63.16 75.84 -
YUV 199.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 149 221 218 0.33 0 0.01 0.13 177.5 0.51 0.73
Hex 95 DD DA 21 0 1 D B2 33 49
Octal 225 335 332 41 0 1 15 262 63 111
Binary 10010101 11011101 11011010 100001 0 1 1101 10110010 110011 1001001

Color Harmonies of #95DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DDDA

Black with #95DDDA

Text Example


Text Example

White with #95DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,221,218); }

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

background-color css

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

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

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

border-color css

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

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

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