#025C76

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

Shades of Blue Lagoon #025C76

Tints of Blue Lagoon #025C76

Color information

#025C76 (or 0x025C76) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5C and 76. RGB value is (2,92,118). Sum of RGB (Red+Green+Blue) = 2+92+118=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #025C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025C76 is #FDA389. Grayscale: #434343. Windows color (decimal): -16622474 or 7756802. OLE color: 7756802.

HSL color Cylindrical-coordinate representation of color #025C76: hue angle of 193.45º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025C76 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB292118-
CMYK0.980.2200.54
HSL193.45º96.67%23.53%-
HSV(B)193.45º98.31%46.27%-
XYZ7.128.9818.5-
YUV68.05156.1880.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=0.94%
G=43.40%
B=55.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2921180.980.2200.54193.4596.6723.53
Hex25C766216036c16118
Octal21341661422606630114130
Binary1010111001110110110001010110011011011000001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,92,118); }

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

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

 a { background-color: rgb(2,92,118); }

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

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

 span { border-color: rgb(2,92,118); }

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