Html Css Color HEX #09554C Cyprus

📋 copy color: '#09554C'

red 9 ◦ green 85 ◦ blue 76

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

Shades of Cyprus #09554C

Tints of Cyprus #09554C

RGB

 RED value IS 9 (3.91% from 255) = 5.29%

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

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

R = 5.29%
G = 50%
B = 44.71%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#09554C (or 0x09554C) is known color: Cyprus. HEX triplet: 09, 55 and 4C. RGB value is (9,85,76). Sum of RGB (Red+Green+Blue) = 9+85+76=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #09554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09554C is #F6AAB3. Grayscale: #3D3D3D. Windows color (decimal): -16165556 or 5002505. OLE color: 5002505.

HSL color Cylindrical-coordinate representation of color #09554C: hue angle of 172.89º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09554C is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 85 76 -
CMYK 0.89 0 0.11 0.67
HSL 172.89º 0.81% 0.18% -
HSV(B) 172.89º 0.89% 0.33% -
XYZ 4.67 7.08 7.96 -
YUV 61.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 9 85 76 0.89 0 0.11 0.67 172.89 0.81 0.18
Hex 9 55 4C 59 0 B 43 AD 51 12
Octal 11 125 114 131 0 13 103 255 121 22
Binary 1001 1010101 1001100 1011001 0 1011 1000011 10101101 1010001 10010

Color Harmonies of #09554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09554C

Black with #09554C

Text Example


Text Example

White with #09554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,85,76); }

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

background-color css

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

 a { background-color: rgb(9,85,76); }

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

border-color css

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

 span { border-color: rgb(9,85,76); }

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