#90CABE

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

Shades of Bermuda #90CABE

Tints of Bermuda #90CABE

Color information

#90CABE (or 0x90CABE) is unknown color: approx Bermuda. HEX triplet: 90, CA and BE. RGB value is (144,202,190). Sum of RGB (Red+Green+Blue) = 144+202+190=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #90CABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CABE is #6F3541. Grayscale: #B7B7B7. Windows color (decimal): -7288130 or 12503696. OLE color: 12503696.

HSL color Cylindrical-coordinate representation of color #90CABE: hue angle of 167.59º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CABE is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB144202190-
CMYK0.2900.060.21
HSL167.59º35.37%67.84%-
HSV(B)167.59º28.71%79.22%-
XYZ41.9251.8956.52-
YUV183.29131.7899.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.87%
GREEN value IS 202 (79.30% from 255) = 37.69%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=26.87%
G=37.69%
B=35.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1442021900.2900.060.21167.5935.3767.84
Hex90CABE1D0615a82344
Octal22031227635062525043104
Binary10010000110010101011111011101011010101101010001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,202,190); }

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

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

 a { background-color: rgb(144,202,190); }

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

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

 span { border-color: rgb(144,202,190); }

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