#025D73

Color #025D73 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #025D73

Tints of Blue Lagoon #025D73

Color information

#025D73 (or 0x025D73) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5D and 73. RGB value is (2,93,115). Sum of RGB (Red+Green+Blue) = 2+93+115=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #025D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025D73 is #FDA28C. Grayscale: #444444. Windows color (decimal): -16622221 or 7560450. OLE color: 7560450.

HSL color Cylindrical-coordinate representation of color #025D73: hue angle of 191.68º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025D73 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB293115-
CMYK0.980.1900.55
HSL191.68º96.58%22.94%-
HSV(B)191.68º98.26%45.1%-
XYZ7.039.0817.6-
YUV68.3154.3580.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 93 (36.72% from 255) = 44.29%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=0.95%
G=44.29%
B=54.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2931150.980.1900.55191.6896.5822.94
Hex25D736213037c06117
Octal21351631422306730014127
Binary1010111011110011110001010011011011111000000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025D73; }

 p { color: rgb(2,93,115); }

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

<style>
 a { background-color: #025D73; }

 a { background-color: rgb(2,93,115); }

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

<style>
 span { border-color: #025D73; }

 span { border-color: rgb(2,93,115); }

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