Html Css Color HEX #09554B Cyprus

📋 copy color: '#09554B'

red 9 ◦ green 85 ◦ blue 75

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

Shades of Cyprus #09554B

Tints of Cyprus #09554B

RGB

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

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

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

R = 5.33%
G = 50.3%
B = 44.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#09554B (or 0x09554B) is known color: Cyprus. HEX triplet: 09, 55 and 4B. RGB value is (9,85,75). Sum of RGB (Red+Green+Blue) = 9+85+75=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #09554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09554B is #F6AAB4. Grayscale: #3D3D3D. Windows color (decimal): -16165557 or 4936969. OLE color: 4936969.

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

Color convert

RGB 9 85 75 -
CMYK 0.89 0 0.12 0.67
HSL 172.11º 0.81% 0.18% -
HSV(B) 172.11º 0.89% 0.33% -
XYZ 4.63 7.06 7.78 -
YUV 61.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 9 85 75 0.89 0 0.12 0.67 172.11 0.81 0.18
Hex 9 55 4B 59 0 C 43 AC 51 12
Octal 11 125 113 131 0 14 103 254 121 22
Binary 1001 1010101 1001011 1011001 0 1100 1000011 10101100 1010001 10010

Color Harmonies of #09554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09554B

Black with #09554B

Text Example


Text Example

White with #09554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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