#90CEC1

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

Shades of Bermuda #90CEC1

Tints of Bermuda #90CEC1

Color information

#90CEC1 (or 0x90CEC1) is unknown color: approx Bermuda. HEX triplet: 90, CE and C1. RGB value is (144,206,193). Sum of RGB (Red+Green+Blue) = 144+206+193=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEC1 is #6F313E. Grayscale: #B9B9B9. Windows color (decimal): -7287103 or 12701328. OLE color: 12701328.

HSL color Cylindrical-coordinate representation of color #90CEC1: hue angle of 167.42º 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 #90CEC1 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB144206193-
CMYK0.3000.060.19
HSL167.42º38.75%68.63%-
HSV(B)167.42º30.1%80.78%-
XYZ43.253.9258.58-
YUV185.98131.9698.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.52%
GREEN value IS 206 (80.86% from 255) = 37.94%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=26.52%
G=37.94%
B=35.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442061930.3000.060.19167.4238.7568.63
Hex90CEC11E0613a72745
Octal22031630136062324747105
Binary10010000110011101100000111110011010011101001111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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