Html Css Color HEX #006065 Blue Lagoon

📋 copy color: '#006065'

red 0 ◦ green 96 ◦ blue 101

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

Shades of Blue Lagoon #006065

Tints of Blue Lagoon #006065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.73%

 BLUE value IS 101 (39.84% from 255) = 51.27%

R = 0%
G = 48.73%
B = 51.27%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#006065 (or 0x006065) is known color: Blue Lagoon. HEX triplet: 00, 60 and 65. RGB value is (0,96,101). Sum of RGB (Red+Green+Blue) = 0+96+101=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #006065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006065 is #FF9F9A. Grayscale: #434343. Windows color (decimal): -16752539 or 6643712. OLE color: 6643712.

HSL color Cylindrical-coordinate representation of color #006065: hue angle of 182.97º 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 #006065 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 96 101 -
CMYK 1 0.05 0 0.60
HSL 182.97º 1% 0.2% -
HSV(B) 182.97º 1% 0.4% -
XYZ 6.53 9.31 13.76 -
YUV 67.87 146.7 79.59 -
System Red Green Blue C M Y K H S L
Decimal 0 96 101 1 0.05 0 0.60 182.97 1 0.2
Hex 0 60 65 64 5 0 3C B7 64 14
Octal 0 140 145 144 5 0 74 267 144 24
Binary 0 1100000 1100101 1100100 101 0 111100 10110111 1100100 10100

Color Harmonies of #006065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006065

Black with #006065

Text Example


Text Example

White with #006065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006065; }

 p { color: rgb(0,96,101); }

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

background-color css

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

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

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

border-color css

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

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

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