Html Css Color HEX #09626A Blue Lagoon

📋 copy color: '#09626A'

red 9 ◦ green 98 ◦ blue 106

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

Shades of Blue Lagoon #09626A

Tints of Blue Lagoon #09626A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 49.77%

R = 4.23%
G = 46.01%
B = 49.77%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09626A (or 0x09626A) is known color: Blue Lagoon. HEX triplet: 09, 62 and 6A. RGB value is (9,98,106). Sum of RGB (Red+Green+Blue) = 9+98+106=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #09626A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09626A is #F69D95. Grayscale: #484848. Windows color (decimal): -16162198 or 6971913. OLE color: 6971913.

HSL color Cylindrical-coordinate representation of color #09626A: hue angle of 184.95º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09626A is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 98 106 -
CMYK 0.92 0.08 0 0.58
HSL 184.95º 0.84% 0.23% -
HSV(B) 184.95º 0.92% 0.42% -
XYZ 7.08 9.83 15.16 -
YUV 72.3 147.01 82.85 -
System Red Green Blue C M Y K H S L
Decimal 9 98 106 0.92 0.08 0 0.58 184.95 0.84 0.23
Hex 9 62 6A 5C 8 0 3A B9 54 17
Octal 11 142 152 134 10 0 72 271 124 27
Binary 1001 1100010 1101010 1011100 1000 0 111010 10111001 1010100 10111

Color Harmonies of #09626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09626A

Black with #09626A

Text Example


Text Example

White with #09626A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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