Html Css Color HEX #08483C Deep Teal

📋 copy color: '#08483C'

red 8 ◦ green 72 ◦ blue 60

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

Shades of Deep Teal #08483C

Tints of Deep Teal #08483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.43%

 BLUE value IS 60 (23.83% from 255) = 42.86%

R = 5.71%
G = 51.43%
B = 42.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#08483C (or 0x08483C) is known color: Deep Teal. HEX triplet: 08, 48 and 3C. RGB value is (8,72,60). Sum of RGB (Red+Green+Blue) = 8+72+60=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #08483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08483C is #F7B7C3. Grayscale: #333333. Windows color (decimal): -16234436 or 3950600. OLE color: 3950600.

HSL color Cylindrical-coordinate representation of color #08483C: hue angle of 168.75º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08483C is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 72 60 -
CMYK 0.89 0 0.17 0.72
HSL 168.75º 0.8% 0.16% -
HSV(B) 168.75º 0.89% 0.28% -
XYZ 3.23 5.01 5.07 -
YUV 51.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 8 72 60 0.89 0 0.17 0.72 168.75 0.8 0.16
Hex 8 48 3C 59 0 11 48 A9 50 10
Octal 10 110 74 131 0 21 110 251 120 20
Binary 1000 1001000 111100 1011001 0 10001 1001000 10101001 1010000 10000

Color Harmonies of #08483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08483C

Black with #08483C

Text Example


Text Example

White with #08483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08483C; }

 p { color: rgb(8,72,60); }

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

background-color css

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

 a { background-color: rgb(8,72,60); }

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

border-color css

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

 span { border-color: rgb(8,72,60); }

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