#92DCD7

Color #92DCD7 Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #92DCD7

Tints of Morning Glory #92DCD7

Color information

#92DCD7 (or 0x92DCD7) is unknown color: approx Morning Glory. HEX triplet: 92, DC and D7. RGB value is (146,220,215). Sum of RGB (Red+Green+Blue) = 146+220+215=581 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.13% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 215 (84.38% from 255 or 37.01% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #92DCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DCD7 is #6D2328. Grayscale: #C5C5C5. Windows color (decimal): -7152425 or 14146706. OLE color: 14146706.

HSL color Cylindrical-coordinate representation of color #92DCD7: hue angle of 175.95º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DCD7 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB146220215-
CMYK0.3400.020.14
HSL175.95º51.39%71.76%-
HSV(B)175.95º33.64%86.27%-
XYZ49.7162.273.68-
YUV197.3137.9891.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.13%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 215 (84.38% from 255) = 37.01%
R=25.13%
G=37.87%
B=37.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462202150.3400.020.14175.9551.3971.76
Hex92DCD72202Eb03348
Octal22233432742021626063110
Binary1001001011011100110101111000100101110101100001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92DCD7; }

 p { color: rgb(146,220,215); }

 H1.HeaderClassName
 {
   color: #92DCD7;
 }
 .AnyTagClassName
 {
   color: #92DCD7;
 }
</style>
background-color css

<style>
 a { background-color: #92DCD7; }

 a { background-color: rgb(146,220,215); }

 div.DivClassName
 {
   background-color: #92DCD7;
 }
 .BgClassName
 {
   background-color: #92DCD7;
 }
</style>
border-color css

<style>
 span { border-color: #92DCD7; }

 span { border-color: rgb(146,220,215); }

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