Html Css Color HEX #00676E Blue Lagoon

📋 copy color: '#00676E'

red 0 ◦ green 103 ◦ blue 110

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

Shades of Blue Lagoon #00676E

Tints of Blue Lagoon #00676E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 103 (40.63% from 255) = 48.36%

 BLUE value IS 110 (43.36% from 255) = 51.64%

R = 0%
G = 48.36%
B = 51.64%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00676E (or 0x00676E) is known color: Blue Lagoon. HEX triplet: 00, 67 and 6E. RGB value is (0,103,110). Sum of RGB (Red+Green+Blue) = 0+103+110=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #00676E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00676E is #FF9891. Grayscale: #484848. Windows color (decimal): -16750738 or 7235328. OLE color: 7235328.

HSL color Cylindrical-coordinate representation of color #00676E: hue angle of 183.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00676E is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 103 110 -
CMYK 1 0.06 0 0.57
HSL 183.82º 1% 0.22% -
HSV(B) 183.82º 1% 0.43% -
XYZ 7.66 10.83 16.44 -
YUV 73 148.88 75.93 -
System Red Green Blue C M Y K H S L
Decimal 0 103 110 1 0.06 0 0.57 183.82 1 0.22
Hex 0 67 6E 64 6 0 39 B8 64 16
Octal 0 147 156 144 6 0 71 270 144 26
Binary 0 1100111 1101110 1100100 110 0 111001 10111000 1100100 10110

Color Harmonies of #00676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00676E

Black with #00676E

Text Example


Text Example

White with #00676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00676E; }

 p { color: rgb(0,103,110); }

 H1.HeaderClassName
 {
   color: #00676E;
 }
 .AnyTagClassName
 {
   color: #00676E;
 }
</style>

background-color css

<style>
 a { background-color: #00676E; }

 a { background-color: rgb(0,103,110); }

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

border-color css

<style>
 span { border-color: #00676E; }

 span { border-color: rgb(0,103,110); }

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