Html Css Color HEX #06534A Cyprus

📋 copy color: '#06534A'

red 6 ◦ green 83 ◦ blue 74

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

Shades of Cyprus #06534A

Tints of Cyprus #06534A

RGB

 RED value IS 6 (2.73% from 255) = 3.68%

 GREEN value IS 83 (32.81% from 255) = 50.92%

 BLUE value IS 74 (29.3% from 255) = 45.4%

R = 3.68%
G = 50.92%
B = 45.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#06534A (or 0x06534A) is known color: Cyprus. HEX triplet: 06, 53 and 4A. RGB value is (6,83,74). Sum of RGB (Red+Green+Blue) = 6+83+74=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #06534A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06534A is #F9ACB5. Grayscale: #3A3A3A. Windows color (decimal): -16362678 or 4870918. OLE color: 4870918.

HSL color Cylindrical-coordinate representation of color #06534A: hue angle of 172.99º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06534A is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 83 74 -
CMYK 0.93 0 0.11 0.67
HSL 172.99º 0.87% 0.17% -
HSV(B) 172.99º 0.93% 0.33% -
XYZ 4.4 6.72 7.54 -
YUV 58.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 6 83 74 0.93 0 0.11 0.67 172.99 0.87 0.17
Hex 6 53 4A 5D 0 B 43 AD 57 11
Octal 6 123 112 135 0 13 103 255 127 21
Binary 110 1010011 1001010 1011101 0 1011 1000011 10101101 1010111 10001

Color Harmonies of #06534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06534A

Black with #06534A

Text Example


Text Example

White with #06534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06534A; }

 p { color: rgb(6,83,74); }

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

background-color css

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

 a { background-color: rgb(6,83,74); }

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

border-color css

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

 span { border-color: rgb(6,83,74); }

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