#92C4CB

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

Shades of Morning Glory #92C4CB

Tints of Morning Glory #92C4CB

Color information

#92C4CB (or 0x92C4CB) is unknown color: approx Morning Glory. HEX triplet: 92, C4 and CB. RGB value is (146,196,203). Sum of RGB (Red+Green+Blue) = 146+196+203=545 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.79% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #92C4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C4CB is #6D3B34. Grayscale: #B5B5B5. Windows color (decimal): -7158581 or 13354130. OLE color: 13354130.

HSL color Cylindrical-coordinate representation of color #92C4CB: hue angle of 187.37º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92C4CB is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146196203-
CMYK0.280.0300.20
HSL187.37º35.4%68.43%-
HSV(B)187.37º28.08%79.61%-
XYZ42.3749.963.9-
YUV181.85139.94102.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.79%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=26.79%
G=35.96%
B=37.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461962030.280.0300.20187.3735.468.43
Hex92C4CB1C3014bb2344
Octal22230431334302427343104
Binary1001001011000100110010111110011010100101110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,196,203); }

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

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

 a { background-color: rgb(146,196,203); }

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

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

 span { border-color: rgb(146,196,203); }

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