Html Css Color HEX #088464 Deep Sea

📋 copy color: '#088464'

red 8 ◦ green 132 ◦ blue 100

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

Shades of Deep Sea #088464

Tints of Deep Sea #088464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 41.67%

R = 3.33%
G = 55%
B = 41.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#088464 (or 0x088464) is known color: Deep Sea. HEX triplet: 08, 84 and 64. RGB value is (8,132,100). Sum of RGB (Red+Green+Blue) = 8+132+100=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #088464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088464 is #F77B9B. Grayscale: #5B5B5B. Windows color (decimal): -16219036 or 6587400. OLE color: 6587400.

HSL color Cylindrical-coordinate representation of color #088464: hue angle of 164.52º 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 #088464 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 100 -
CMYK 0.94 0 0.24 0.48
HSL 164.52º 0.89% 0.27% -
HSV(B) 164.52º 0.94% 0.52% -
XYZ 10.65 17.47 14.87 -
YUV 91.28 132.92 68.6 -
System Red Green Blue C M Y K H S L
Decimal 8 132 100 0.94 0 0.24 0.48 164.52 0.89 0.27
Hex 8 84 64 5E 0 18 30 A5 59 1B
Octal 10 204 144 136 0 30 60 245 131 33
Binary 1000 10000100 1100100 1011110 0 11000 110000 10100101 1011001 11011

Color Harmonies of #088464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088464

Black with #088464

Text Example


Text Example

White with #088464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088464; }

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

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

background-color css

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

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

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

border-color css

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

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

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