#92CFCC

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

Shades of Morning Glory #92CFCC

Tints of Morning Glory #92CFCC

Color information

#92CFCC (or 0x92CFCC) is unknown color: approx Morning Glory. HEX triplet: 92, CF and CC. RGB value is (146,207,204). Sum of RGB (Red+Green+Blue) = 146+207+204=557 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.21% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #92CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CFCC is #6D3033. Grayscale: #BCBCBC. Windows color (decimal): -7155764 or 13422482. OLE color: 13422482.

HSL color Cylindrical-coordinate representation of color #92CFCC: hue angle of 177.05º 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 #92CFCC is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB146207204-
CMYK0.2900.010.19
HSL177.05º38.85%69.22%-
HSV(B)177.05º29.47%81.18%-
XYZ45.0755.165.39-
YUV188.42136.7997.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.21%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=26.21%
G=37.16%
B=36.62%

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
Decimal1462072040.2900.010.19177.0538.8569.22
Hex92CFCC1D0113b12745
Octal22231731435012326147105
Binary100100101100111111001100111010110011101100011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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