Html Css Color HEX #06554B Cyprus

📋 copy color: '#06554B'

red 6 ◦ green 85 ◦ blue 75

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

Shades of Cyprus #06554B

Tints of Cyprus #06554B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 45.18%

R = 3.61%
G = 51.2%
B = 45.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#06554B (or 0x06554B) is known color: Cyprus. HEX triplet: 06, 55 and 4B. RGB value is (6,85,75). Sum of RGB (Red+Green+Blue) = 6+85+75=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #06554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06554B is #F9AAB4. Grayscale: #3C3C3C. Windows color (decimal): -16362165 or 4936966. OLE color: 4936966.

HSL color Cylindrical-coordinate representation of color #06554B: hue angle of 172.41º 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 #06554B is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 85 75 -
CMYK 0.93 0 0.12 0.67
HSL 172.41º 0.87% 0.18% -
HSV(B) 172.41º 0.93% 0.33% -
XYZ 4.59 7.04 7.77 -
YUV 60.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 6 85 75 0.93 0 0.12 0.67 172.41 0.87 0.18
Hex 6 55 4B 5D 0 C 43 AC 57 12
Octal 6 125 113 135 0 14 103 254 127 22
Binary 110 1010101 1001011 1011101 0 1100 1000011 10101100 1010111 10010

Color Harmonies of #06554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06554B

Black with #06554B

Text Example


Text Example

White with #06554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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