#90CCC1

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

Shades of Bermuda #90CCC1

Tints of Bermuda #90CCC1

Color information

#90CCC1 (or 0x90CCC1) is unknown color: approx Bermuda. HEX triplet: 90, CC and C1. RGB value is (144,204,193). Sum of RGB (Red+Green+Blue) = 144+204+193=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #90CCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CCC1 is #6F333E. Grayscale: #B8B8B8. Windows color (decimal): -7287615 or 12700816. OLE color: 12700816.

HSL color Cylindrical-coordinate representation of color #90CCC1: hue angle of 169º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CCC1 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB144204193-
CMYK0.2900.050.2
HSL169º37.04%68.24%-
HSV(B)169º29.41%80%-
XYZ42.7252.9758.42-
YUV184.81132.6298.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.62%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=26.62%
G=37.71%
B=35.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1442041930.2900.050.216937.0468.24
Hex90CCC11D0514a92544
Octal22031430135052425145104
Binary10010000110011001100000111101010110100101010011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,204,193); }

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

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

 a { background-color: rgb(144,204,193); }

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

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

 span { border-color: rgb(144,204,193); }

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