Html Css Color HEX #08553F Deep Teal

📋 copy color: '#08553F'

red 8 ◦ green 85 ◦ blue 63

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

Shades of Deep Teal #08553F

Tints of Deep Teal #08553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 54.49%

 BLUE value IS 63 (25% from 255) = 40.38%

R = 5.13%
G = 54.49%
B = 40.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#08553F (or 0x08553F) is known color: Deep Teal. HEX triplet: 08, 55 and 3F. RGB value is (8,85,63). Sum of RGB (Red+Green+Blue) = 8+85+63=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #08553F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08553F is #F7AAC0. Grayscale: #3B3B3B. Windows color (decimal): -16231105 or 4150536. OLE color: 4150536.

HSL color Cylindrical-coordinate representation of color #08553F: hue angle of 162.86º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08553F is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 85 63 -
CMYK 0.91 0 0.26 0.67
HSL 162.86º 0.83% 0.18% -
HSV(B) 162.86º 0.91% 0.33% -
XYZ 4.25 6.91 5.81 -
YUV 59.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 8 85 63 0.91 0 0.26 0.67 162.86 0.83 0.18
Hex 8 55 3F 5B 0 1A 43 A3 53 12
Octal 10 125 77 133 0 32 103 243 123 22
Binary 1000 1010101 111111 1011011 0 11010 1000011 10100011 1010011 10010

Color Harmonies of #08553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08553F

Black with #08553F

Text Example


Text Example

White with #08553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08553F; }

 p { color: rgb(8,85,63); }

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

background-color css

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

 a { background-color: rgb(8,85,63); }

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

border-color css

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

 span { border-color: rgb(8,85,63); }

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