Html Css Color HEX #06554A Cyprus

📋 copy color: '#06554A'

red 6 ◦ green 85 ◦ blue 74

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

Shades of Cyprus #06554A

Tints of Cyprus #06554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.52%

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

R = 3.64%
G = 51.52%
B = 44.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#06554A (or 0x06554A) is known color: Cyprus. HEX triplet: 06, 55 and 4A. RGB value is (6,85,74). Sum of RGB (Red+Green+Blue) = 6+85+74=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #06554A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06554A is #F9AAB5. Grayscale: #3C3C3C. Windows color (decimal): -16362166 or 4871430. OLE color: 4871430.

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

Color convert

RGB 6 85 74 -
CMYK 0.93 0 0.13 0.67
HSL 171.65º 0.87% 0.18% -
HSV(B) 171.65º 0.93% 0.33% -
XYZ 4.56 7.03 7.6 -
YUV 60.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 6 85 74 0.93 0 0.13 0.67 171.65 0.87 0.18
Hex 6 55 4A 5D 0 D 43 AC 57 12
Octal 6 125 112 135 0 15 103 254 127 22
Binary 110 1010101 1001010 1011101 0 1101 1000011 10101100 1010111 10010

Color Harmonies of #06554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06554A

Black with #06554A

Text Example


Text Example

White with #06554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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