Html Css Color HEX #08514C Cyprus

📋 copy color: '#08514C'

red 8 ◦ green 81 ◦ blue 76

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

Shades of Cyprus #08514C

Tints of Cyprus #08514C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 49.09%

 BLUE value IS 76 (30.08% from 255) = 46.06%

R = 4.85%
G = 49.09%
B = 46.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#08514C (or 0x08514C) is known color: Cyprus. HEX triplet: 08, 51 and 4C. RGB value is (8,81,76). Sum of RGB (Red+Green+Blue) = 8+81+76=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #08514C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08514C is #F7AEB3. Grayscale: #3A3A3A. Windows color (decimal): -16232116 or 5001480. OLE color: 5001480.

HSL color Cylindrical-coordinate representation of color #08514C: hue angle of 175.89º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08514C is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 81 76 -
CMYK 0.90 0 0.06 0.68
HSL 175.89º 0.82% 0.17% -
HSV(B) 175.89º 0.9% 0.32% -
XYZ 4.35 6.46 7.85 -
YUV 58.6 137.82 91.91 -
System Red Green Blue C M Y K H S L
Decimal 8 81 76 0.90 0 0.06 0.68 175.89 0.82 0.17
Hex 8 51 4C 5A 0 6 44 B0 52 11
Octal 10 121 114 132 0 6 104 260 122 21
Binary 1000 1010001 1001100 1011010 0 110 1000100 10110000 1010010 10001

Color Harmonies of #08514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08514C

Black with #08514C

Text Example


Text Example

White with #08514C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,81,76); }

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

background-color css

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

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

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

border-color css

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

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

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