Html Css Color HEX #026E74 Blue Lagoon

📋 copy color: '#026E74'

red 2 ◦ green 110 ◦ blue 116

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

Shades of Blue Lagoon #026E74

Tints of Blue Lagoon #026E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.25%

 BLUE value IS 116 (45.7% from 255) = 50.88%

R = 0.88%
G = 48.25%
B = 50.88%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#026E74 (or 0x026E74) is known color: Blue Lagoon. HEX triplet: 02, 6E and 74. RGB value is (2,110,116). Sum of RGB (Red+Green+Blue) = 2+110+116=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #026E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026E74 is #FD918B. Grayscale: #4E4E4E. Windows color (decimal): -16617868 or 7630338. OLE color: 7630338.

HSL color Cylindrical-coordinate representation of color #026E74: hue angle of 183.16º 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 #026E74 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 110 116 -
CMYK 0.98 0.05 0 0.55
HSL 183.16º 0.97% 0.23% -
HSV(B) 183.16º 0.98% 0.45% -
XYZ 8.75 12.43 18.46 -
YUV 78.39 149.22 73.51 -
System Red Green Blue C M Y K H S L
Decimal 2 110 116 0.98 0.05 0 0.55 183.16 0.97 0.23
Hex 2 6E 74 62 5 0 37 B7 61 17
Octal 2 156 164 142 5 0 67 267 141 27
Binary 10 1101110 1110100 1100010 101 0 110111 10110111 1100001 10111

Color Harmonies of #026E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026E74

Black with #026E74

Text Example


Text Example

White with #026E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026E74; }

 p { color: rgb(2,110,116); }

 H1.HeaderClassName
 {
   color: #026E74;
 }
 .AnyTagClassName
 {
   color: #026E74;
 }
</style>

background-color css

<style>
 a { background-color: #026E74; }

 a { background-color: rgb(2,110,116); }

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

border-color css

<style>
 span { border-color: #026E74; }

 span { border-color: rgb(2,110,116); }

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