Html Css Color HEX #0B7E6A Deep Sea

📋 copy color: '#0B7E6A'

red 11 ◦ green 126 ◦ blue 106

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

Shades of Deep Sea #0B7E6A

Tints of Deep Sea #0B7E6A

RGB

 RED value IS 11 (4.69% from 255) = 4.53%

 GREEN value IS 126 (49.61% from 255) = 51.85%

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

R = 4.53%
G = 51.85%
B = 43.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#0B7E6A (or 0x0B7E6A) is known color: Deep Sea. HEX triplet: 0B, 7E and 6A. RGB value is (11,126,106). Sum of RGB (Red+Green+Blue) = 11+126+106=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 126 (49.61% from 255 or 51.85% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 126 - color contains mainly: green. Hex color #0B7E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7E6A is #F48195. Grayscale: #595959. Windows color (decimal): -16023958 or 6979083. OLE color: 6979083.

HSL color Cylindrical-coordinate representation of color #0B7E6A: hue angle of 169.57º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7E6A is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 126 106 -
CMYK 0.91 0 0.16 0.51
HSL 169.57º 0.84% 0.27% -
HSV(B) 169.57º 0.91% 0.49% -
XYZ 10.2 16.03 16.19 -
YUV 89.34 137.4 72.13 -
System Red Green Blue C M Y K H S L
Decimal 11 126 106 0.91 0 0.16 0.51 169.57 0.84 0.27
Hex B 7E 6A 5B 0 10 33 AA 54 1B
Octal 13 176 152 133 0 20 63 252 124 33
Binary 1011 1111110 1101010 1011011 0 10000 110011 10101010 1010100 11011

Color Harmonies of #0B7E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7E6A

Black with #0B7E6A

Text Example


Text Example

White with #0B7E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B7E6A; }

 p { color: rgb(11,126,106); }

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

background-color css

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

 a { background-color: rgb(11,126,106); }

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

border-color css

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

 span { border-color: rgb(11,126,106); }

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