Html Css Color HEX #025E6A Blue Lagoon

📋 copy color: '#025E6A'

red 2 ◦ green 94 ◦ blue 106

#025E6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #025E6A

Tints of Blue Lagoon #025E6A

RGB

 RED value IS 2 (1.17% from 255) = 0.99%

 GREEN value IS 94 (37.11% from 255) = 46.53%

 BLUE value IS 106 (41.8% from 255) = 52.48%

R = 0.99%
G = 46.53%
B = 52.48%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#025E6A (or 0x025E6A) is known color: Blue Lagoon. HEX triplet: 02, 5E and 6A. RGB value is (2,94,106). Sum of RGB (Red+Green+Blue) = 2+94+106=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 106 (41.80% from 255 or 52.48% from 202); Max value from RGB is 106 - color contains mainly: blue. Hex color #025E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025E6A is #FDA195. Grayscale: #434343. Windows color (decimal): -16621974 or 6970882. OLE color: 6970882.

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

Color convert

RGB 2 94 106 -
CMYK 0.98 0.11 0 0.58
HSL 186.92º 0.96% 0.21% -
HSV(B) 186.92º 0.98% 0.42% -
XYZ 6.63 9.06 15.03 -
YUV 67.86 149.52 81.02 -
System Red Green Blue C M Y K H S L
Decimal 2 94 106 0.98 0.11 0 0.58 186.92 0.96 0.21
Hex 2 5E 6A 62 B 0 3A BB 60 15
Octal 2 136 152 142 13 0 72 273 140 25
Binary 10 1011110 1101010 1100010 1011 0 111010 10111011 1100000 10101

Color Harmonies of #025E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025E6A

Black with #025E6A

Text Example


Text Example

White with #025E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,94,106); }

 H1.HeaderClassName
 {
   color: #025E6A;
 }
 .AnyTagClassName
 {
   color: #025E6A;
 }
</style>

background-color css

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

 a { background-color: rgb(2,94,106); }

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

border-color css

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

 span { border-color: rgb(2,94,106); }

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