Html Css Color HEX #0B8A63 Deep Sea

📋 copy color: '#0B8A63'

red 11 ◦ green 138 ◦ blue 99

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

Shades of Deep Sea #0B8A63

Tints of Deep Sea #0B8A63

RGB

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

 GREEN value IS 138 (54.3% from 255) = 55.65%

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 4.44%
G = 55.65%
B = 39.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#0B8A63 (or 0x0B8A63) is known color: Deep Sea. HEX triplet: 0B, 8A and 63. RGB value is (11,138,99). Sum of RGB (Red+Green+Blue) = 11+138+99=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #0B8A63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8A63 is #F4759C. Grayscale: #5F5F5F. Windows color (decimal): -16020893 or 6523403. OLE color: 6523403.

HSL color Cylindrical-coordinate representation of color #0B8A63: hue angle of 161.57º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8A63 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 11 138 99 -
CMYK 0.92 0 0.28 0.46
HSL 161.57º 0.85% 0.29% -
HSV(B) 161.57º 0.92% 0.54% -
XYZ 11.48 19.15 14.9 -
YUV 95.58 129.92 67.67 -
System Red Green Blue C M Y K H S L
Decimal 11 138 99 0.92 0 0.28 0.46 161.57 0.85 0.29
Hex B 8A 63 5C 0 1C 2E A2 55 1D
Octal 13 212 143 134 0 34 56 242 125 35
Binary 1011 10001010 1100011 1011100 0 11100 101110 10100010 1010101 11101

Color Harmonies of #0B8A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8A63

Black with #0B8A63

Text Example


Text Example

White with #0B8A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,138,99); }

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

background-color css

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

 a { background-color: rgb(11,138,99); }

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

border-color css

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

 span { border-color: rgb(11,138,99); }

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