Html Css Color HEX #00656E Blue Lagoon

📋 copy color: '#00656E'

red 0 ◦ green 101 ◦ blue 110

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

Shades of Blue Lagoon #00656E

Tints of Blue Lagoon #00656E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.87%

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

R = 0%
G = 47.87%
B = 52.13%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00656E (or 0x00656E) is known color: Blue Lagoon. HEX triplet: 00, 65 and 6E. RGB value is (0,101,110). Sum of RGB (Red+Green+Blue) = 0+101+110=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #00656E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00656E is #FF9A91. Grayscale: #474747. Windows color (decimal): -16751250 or 7234816. OLE color: 7234816.

HSL color Cylindrical-coordinate representation of color #00656E: hue angle of 184.91º 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 #00656E is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 101 110 -
CMYK 1 0.08 0 0.57
HSL 184.91º 1% 0.22% -
HSV(B) 184.91º 1% 0.43% -
XYZ 7.47 10.43 16.37 -
YUV 71.83 149.54 76.77 -
System Red Green Blue C M Y K H S L
Decimal 0 101 110 1 0.08 0 0.57 184.91 1 0.22
Hex 0 65 6E 64 8 0 39 B9 64 16
Octal 0 145 156 144 10 0 71 271 144 26
Binary 0 1100101 1101110 1100100 1000 0 111001 10111001 1100100 10110

Color Harmonies of #00656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00656E

Black with #00656E

Text Example


Text Example

White with #00656E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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