#08534B

Color #08534B Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #08534B

Tints of Cyprus #08534B

Color information

#08534B (or 0x08534B) is unknown color: approx Cyprus. HEX triplet: 08, 53 and 4B. RGB value is (8,83,75). Sum of RGB (Red+Green+Blue) = 8+83+75=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #08534B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08534B is #F7ACB4. Grayscale: #3B3B3B. Windows color (decimal): -16231605 or 4936456. OLE color: 4936456.

HSL color Cylindrical-coordinate representation of color #08534B: hue angle of 173.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08534B is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB88375-
CMYK0.9000.100.67
HSL173.6º82.42%17.84%-
HSV(B)173.6º90.36%32.55%-
XYZ4.466.757.72-
YUV59.66136.6591.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 83 (32.81% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=4.82%
G=50%
B=45.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883750.9000.100.67173.682.4217.84
Hex8534B5A0A43ae5212
Octal1012311313201210325612222
Binary100010100111001011101101001010100001110101110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08534B; }

 p { color: rgb(8,83,75); }

 H1.HeaderClassName
 {
   color: #08534B;
 }
 .AnyTagClassName
 {
   color: #08534B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #08534B;
 }
 .BgClassName
 {
   background-color: #08534B;
 }
</style>
border-color css

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

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

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