Html Css Color HEX #088463 Deep Sea

📋 copy color: '#088463'

red 8 ◦ green 132 ◦ blue 99

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

Shades of Deep Sea #088463

Tints of Deep Sea #088463

RGB

 RED value IS 8 (3.52% from 255) = 3.35%

 GREEN value IS 132 (51.95% from 255) = 55.23%

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

R = 3.35%
G = 55.23%
B = 41.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#088463 (or 0x088463) is known color: Deep Sea. HEX triplet: 08, 84 and 63. RGB value is (8,132,99). Sum of RGB (Red+Green+Blue) = 8+132+99=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #088463 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088463 is #F77B9C. Grayscale: #5B5B5B. Windows color (decimal): -16219037 or 6521864. OLE color: 6521864.

HSL color Cylindrical-coordinate representation of color #088463: hue angle of 164.03º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088463 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 99 -
CMYK 0.94 0 0.25 0.48
HSL 164.03º 0.89% 0.27% -
HSV(B) 164.03º 0.94% 0.52% -
XYZ 10.6 17.46 14.61 -
YUV 91.16 132.42 68.68 -
System Red Green Blue C M Y K H S L
Decimal 8 132 99 0.94 0 0.25 0.48 164.03 0.89 0.27
Hex 8 84 63 5E 0 19 30 A4 59 1B
Octal 10 204 143 136 0 31 60 244 131 33
Binary 1000 10000100 1100011 1011110 0 11001 110000 10100100 1011001 11011

Color Harmonies of #088463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088463

Black with #088463

Text Example


Text Example

White with #088463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088463; }

 p { color: rgb(8,132,99); }

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

background-color css

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

 a { background-color: rgb(8,132,99); }

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

border-color css

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

 span { border-color: rgb(8,132,99); }

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