Html Css Color HEX #006767 Blue Lagoon

📋 copy color: '#006767'

red 0 ◦ green 103 ◦ blue 103

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

Shades of Blue Lagoon #006767

Tints of Blue Lagoon #006767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#006767 (or 0x006767) is known color: Blue Lagoon. HEX triplet: 00, 67 and 67. RGB value is (0,103,103). Sum of RGB (Red+Green+Blue) = 0+103+103=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: green, blue. Hex color #006767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006767 is #FF9898. Grayscale: #484848. Windows color (decimal): -16750745 or 6776576. OLE color: 6776576.

HSL color Cylindrical-coordinate representation of color #006767: hue angle of 180º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006767 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 103 103 -
CMYK 1 0 0 0.60
HSL 180º 1% 0.2% -
HSV(B) 180º 1% 0.4% -
XYZ 7.3 10.68 14.51 -
YUV 72.2 145.38 76.5 -
System Red Green Blue C M Y K H S L
Decimal 0 103 103 1 0 0 0.60 180 1 0.2
Hex 0 67 67 64 0 0 3C B4 64 14
Octal 0 147 147 144 0 0 74 264 144 24
Binary 0 1100111 1100111 1100100 0 0 111100 10110100 1100100 10100

Color Harmonies of #006767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006767

Black with #006767

Text Example


Text Example

White with #006767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006767; }

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

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

background-color css

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

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

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

border-color css

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

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

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