Html Css Color HEX #95D0D0 Morning Glory

📋 copy color: '#95D0D0'

red 149 ◦ green 208 ◦ blue 208

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

Shades of Morning Glory #95D0D0

Tints of Morning Glory #95D0D0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.81%

 BLUE value IS 208 (81.64% from 255) = 36.81%

R = 26.37%
G = 36.81%
B = 36.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#95D0D0 (or 0x95D0D0) is known color: Morning Glory. HEX triplet: 95, D0 and D0. RGB value is (149,208,208). Sum of RGB (Red+Green+Blue) = 149+208+208=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: green, blue. Hex color #95D0D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D0D0 is #6A2F2F. Grayscale: #BEBEBE. Windows color (decimal): -6958896 or 13684885. OLE color: 13684885.

HSL color Cylindrical-coordinate representation of color #95D0D0: hue angle of 180º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95D0D0 is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 208 208 -
CMYK 0.28 0 0 0.18
HSL 180º 0.39% 0.7% -
HSV(B) 180º 0.28% 0.82% -
XYZ 46.34 56.06 68.05 -
YUV 190.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 149 208 208 0.28 0 0 0.18 180 0.39 0.7
Hex 95 D0 D0 1C 0 0 12 B4 27 46
Octal 225 320 320 34 0 0 22 264 47 106
Binary 10010101 11010000 11010000 11100 0 0 10010 10110100 100111 1000110

Color Harmonies of #95D0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D0D0

Black with #95D0D0

Text Example


Text Example

White with #95D0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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