Html Css Color HEX #026C6C Blue Lagoon

📋 copy color: '#026C6C'

red 2 ◦ green 108 ◦ blue 108

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

Shades of Blue Lagoon #026C6C

Tints of Blue Lagoon #026C6C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 49.54%

 BLUE value IS 108 (42.58% from 255) = 49.54%

R = 0.92%
G = 49.54%
B = 49.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#026C6C (or 0x026C6C) is known color: Blue Lagoon. HEX triplet: 02, 6C and 6C. RGB value is (2,108,108). Sum of RGB (Red+Green+Blue) = 2+108+108=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 108 (42.58% from 255 or 49.54% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: green, blue. Hex color #026C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026C6C is #FD9393. Grayscale: #4C4C4C. Windows color (decimal): -16618388 or 7105538. OLE color: 7105538.

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

Color convert

RGB 2 108 108 -
CMYK 0.98 0 0 0.58
HSL 180º 0.96% 0.22% -
HSV(B) 180º 0.98% 0.42% -
XYZ 8.09 11.82 16.04 -
YUV 76.31 145.88 75 -
System Red Green Blue C M Y K H S L
Decimal 2 108 108 0.98 0 0 0.58 180 0.96 0.22
Hex 2 6C 6C 62 0 0 3A B4 60 16
Octal 2 154 154 142 0 0 72 264 140 26
Binary 10 1101100 1101100 1100010 0 0 111010 10110100 1100000 10110

Color Harmonies of #026C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026C6C

Black with #026C6C

Text Example


Text Example

White with #026C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,108,108); }

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

background-color css

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

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

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

border-color css

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

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

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