#90CEC6

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

Shades of Bermuda #90CEC6

Tints of Bermuda #90CEC6

Color information

#90CEC6 (or 0x90CEC6) is unknown color: approx Bermuda. HEX triplet: 90, CE and C6. RGB value is (144,206,198). Sum of RGB (Red+Green+Blue) = 144+206+198=548 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.28% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEC6 is #6F3139. Grayscale: #BABABA. Windows color (decimal): -7287098 or 13029008. OLE color: 13029008.

HSL color Cylindrical-coordinate representation of color #90CEC6: hue angle of 172.26º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CEC6 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB144206198-
CMYK0.3000.040.19
HSL172.26º38.75%68.63%-
HSV(B)172.26º30.1%80.78%-
XYZ43.7754.1561.57-
YUV186.55134.4697.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.28%
GREEN value IS 206 (80.86% from 255) = 37.59%
BLUE value IS 198 (77.73% from 255) = 36.13%
R=26.28%
G=37.59%
B=36.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442061980.3000.040.19172.2638.7568.63
Hex90CEC61E0413ac2745
Octal22031630636042325447105
Binary10010000110011101100011011110010010011101011001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,206,198); }

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

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

 a { background-color: rgb(144,206,198); }

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

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

 span { border-color: rgb(144,206,198); }

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