Html Css Color HEX #09626D Blue Lagoon

📋 copy color: '#09626D'

red 9 ◦ green 98 ◦ blue 109

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

Shades of Blue Lagoon #09626D

Tints of Blue Lagoon #09626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

 BLUE value IS 109 (42.97% from 255) = 50.46%

R = 4.17%
G = 45.37%
B = 50.46%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09626D (or 0x09626D) is known color: Blue Lagoon. HEX triplet: 09, 62 and 6D. RGB value is (9,98,109). Sum of RGB (Red+Green+Blue) = 9+98+109=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #09626D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09626D is #F69D92. Grayscale: #484848. Windows color (decimal): -16162195 or 7168521. OLE color: 7168521.

HSL color Cylindrical-coordinate representation of color #09626D: hue angle of 186.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09626D is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 98 109 -
CMYK 0.92 0.10 0 0.57
HSL 186.6º 0.85% 0.23% -
HSV(B) 186.6º 0.92% 0.43% -
XYZ 7.24 9.9 16 -
YUV 72.64 148.51 82.61 -
System Red Green Blue C M Y K H S L
Decimal 9 98 109 0.92 0.10 0 0.57 186.6 0.85 0.23
Hex 9 62 6D 5C A 0 39 BB 55 17
Octal 11 142 155 134 12 0 71 273 125 27
Binary 1001 1100010 1101101 1011100 1010 0 111001 10111011 1010101 10111

Color Harmonies of #09626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09626D

Black with #09626D

Text Example


Text Example

White with #09626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09626D; }

 p { color: rgb(9,98,109); }

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

background-color css

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

 a { background-color: rgb(9,98,109); }

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

border-color css

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

 span { border-color: rgb(9,98,109); }

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