#025D68

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

Shades of Blue Lagoon #025D68

Tints of Blue Lagoon #025D68

Color information

#025D68 (or 0x025D68) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5D and 68. RGB value is (2,93,104). Sum of RGB (Red+Green+Blue) = 2+93+104=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #025D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025D68 is #FDA297. Grayscale: #424242. Windows color (decimal): -16622232 or 6839554. OLE color: 6839554.

HSL color Cylindrical-coordinate representation of color #025D68: hue angle of 186.47º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025D68 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB293104-
CMYK0.980.1100.59
HSL186.47º96.23%20.78%-
HSV(B)186.47º98.08%40.78%-
XYZ6.448.8414.46-
YUV67.04148.8581.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 93 (36.72% from 255) = 46.73%
BLUE value IS 104 (41.02% from 255) = 52.26%
R=1.01%
G=46.73%
B=52.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2931040.980.1100.59186.4796.2320.78
Hex25D6862B03Bba6015
Octal21351501421307327214025
Binary101011101110100011000101011011101110111010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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