#025C6F

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

Shades of Blue Lagoon #025C6F

Tints of Blue Lagoon #025C6F

Color information

#025C6F (or 0x025C6F) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5C and 6F. RGB value is (2,92,111). Sum of RGB (Red+Green+Blue) = 2+92+111=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #025C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025C6F is #FDA390. Grayscale: #434343. Windows color (decimal): -16622481 or 7298050. OLE color: 7298050.

HSL color Cylindrical-coordinate representation of color #025C6F: hue angle of 190.46º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025C6F is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB292111-
CMYK0.980.1700.56
HSL190.46º96.46%22.16%-
HSV(B)190.46º98.2%43.53%-
XYZ6.728.8116.39-
YUV67.26152.6881.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 111 (43.75% from 255) = 54.15%
R=0.98%
G=44.88%
B=54.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2921110.980.1700.56190.4696.4622.16
Hex25C6F6211038be6016
Octal21341571422107027614026
Binary1010111001101111110001010001011100010111110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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