#92CFCD

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

Shades of Morning Glory #92CFCD

Tints of Morning Glory #92CFCD

Color information

#92CFCD (or 0x92CFCD) is unknown color: approx Morning Glory. HEX triplet: 92, CF and CD. RGB value is (146,207,205). Sum of RGB (Red+Green+Blue) = 146+207+205=558 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.16% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #92CFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CFCD is #6D3032. Grayscale: #BCBCBC. Windows color (decimal): -7155763 or 13488018. OLE color: 13488018.

HSL color Cylindrical-coordinate representation of color #92CFCD: hue angle of 178.03º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92CFCD is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB146207205-
CMYK0.2900.010.19
HSL178.03º38.85%69.22%-
HSV(B)178.03º29.47%81.18%-
XYZ45.1955.1466.02-
YUV188.53137.2997.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.16%
GREEN value IS 207 (81.25% from 255) = 37.10%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=26.16%
G=37.10%
B=36.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1462072050.2900.010.19178.0338.8569.22
Hex92CFCD1D0113b22745
Octal22231731535012326247105
Binary100100101100111111001101111010110011101100101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,207,205); }

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

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

 a { background-color: rgb(146,207,205); }

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

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

 span { border-color: rgb(146,207,205); }

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