Html Css Color HEX #084848 Cyprus

📋 copy color: '#084848'

red 8 ◦ green 72 ◦ blue 72

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

Shades of Cyprus #084848

Tints of Cyprus #084848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 47.37%

R = 5.26%
G = 47.37%
B = 47.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#084848 (or 0x084848) is known color: Cyprus. HEX triplet: 08, 48 and 48. RGB value is (8,72,72). Sum of RGB (Red+Green+Blue) = 8+72+72=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #084848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084848 is #F7B7B7. Grayscale: #343434. Windows color (decimal): -16234424 or 4737032. OLE color: 4737032.

HSL color Cylindrical-coordinate representation of color #084848: hue angle of 180º 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 #084848 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 72 72 -
CMYK 0.89 0 0 0.72
HSL 180º 0.8% 0.16% -
HSV(B) 180º 0.89% 0.28% -
XYZ 3.59 5.15 6.94 -
YUV 52.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 8 72 72 0.89 0 0 0.72 180 0.8 0.16
Hex 8 48 48 59 0 0 48 B4 50 10
Octal 10 110 110 131 0 0 110 264 120 20
Binary 1000 1001000 1001000 1011001 0 0 1001000 10110100 1010000 10000

Color Harmonies of #084848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084848

Black with #084848

Text Example


Text Example

White with #084848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084848; }

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

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

background-color css

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

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

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

border-color css

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

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

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