Html Css Color HEX #09677E Blue Lagoon

📋 copy color: '#09677E'

red 9 ◦ green 103 ◦ blue 126

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

Shades of Blue Lagoon #09677E

Tints of Blue Lagoon #09677E

RGB

 RED value IS 9 (3.91% from 255) = 3.78%

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

 BLUE value IS 126 (49.61% from 255) = 52.94%

R = 3.78%
G = 43.28%
B = 52.94%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09677E (or 0x09677E) is known color: Blue Lagoon. HEX triplet: 09, 67 and 7E. RGB value is (9,103,126). Sum of RGB (Red+Green+Blue) = 9+103+126=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 126 (49.61% from 255 or 52.94% from 238); Max value from RGB is 126 - color contains mainly: blue. Hex color #09677E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09677E is #F69881. Grayscale: #4D4D4D. Windows color (decimal): -16160898 or 8283913. OLE color: 8283913.

HSL color Cylindrical-coordinate representation of color #09677E: hue angle of 191.79º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09677E is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 103 126 -
CMYK 0.93 0.18 0 0.51
HSL 191.79º 0.87% 0.26% -
HSV(B) 191.79º 0.93% 0.49% -
XYZ 8.73 11.26 21.45 -
YUV 77.52 155.36 79.13 -
System Red Green Blue C M Y K H S L
Decimal 9 103 126 0.93 0.18 0 0.51 191.79 0.87 0.26
Hex 9 67 7E 5D 12 0 33 C0 57 1A
Octal 11 147 176 135 22 0 63 300 127 32
Binary 1001 1100111 1111110 1011101 10010 0 110011 11000000 1010111 11010

Color Harmonies of #09677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09677E

Black with #09677E

Text Example


Text Example

White with #09677E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,103,126); }

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

background-color css

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

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

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

border-color css

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

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

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