#90CDCB

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

Shades of Morning Glory #90CDCB

Tints of Morning Glory #90CDCB

Color information

#90CDCB (or 0x90CDCB) is unknown color: approx Morning Glory. HEX triplet: 90, CD and CB. RGB value is (144,205,203). Sum of RGB (Red+Green+Blue) = 144+205+203=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDCB is #6F3234. Grayscale: #BABABA. Windows color (decimal): -7287349 or 13356432. OLE color: 13356432.

HSL color Cylindrical-coordinate representation of color #90CDCB: hue angle of 178.03º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CDCB is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB144205203-
CMYK0.3000.010.20
HSL178.03º37.89%68.43%-
HSV(B)178.03º29.76%80.39%-
XYZ44.1153.964.58-
YUV186.53137.2997.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.09%
GREEN value IS 205 (80.47% from 255) = 37.14%
BLUE value IS 203 (79.69% from 255) = 36.78%
R=26.09%
G=37.14%
B=36.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1442052030.3000.010.20178.0337.8968.43
Hex90CDCB1E0114b22644
Octal22031531336012426246104
Binary100100001100110111001011111100110100101100101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90CDCB; }

 p { color: rgb(144,205,203); }

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

<style>
 a { background-color: #90CDCB; }

 a { background-color: rgb(144,205,203); }

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

<style>
 span { border-color: #90CDCB; }

 span { border-color: rgb(144,205,203); }

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