Html Css Color HEX #10594B Cyprus

📋 copy color: '#10594B'

red 16 ◦ green 89 ◦ blue 75

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

Shades of Cyprus #10594B

Tints of Cyprus #10594B

RGB

 RED value IS 16 (6.64% from 255) = 8.89%

 GREEN value IS 89 (35.16% from 255) = 49.44%

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

R = 8.89%
G = 49.44%
B = 41.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#10594B (or 0x10594B) is known color: Cyprus. HEX triplet: 10, 59 and 4B. RGB value is (16,89,75). Sum of RGB (Red+Green+Blue) = 16+89+75=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 89 - color contains mainly: green. Hex color #10594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10594B is #EFA6B4. Grayscale: #414141. Windows color (decimal): -15705781 or 4938000. OLE color: 4938000.

HSL color Cylindrical-coordinate representation of color #10594B: hue angle of 168.49º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10594B is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 89 75 -
CMYK 0.82 0 0.16 0.65
HSL 168.49º 0.7% 0.21% -
HSV(B) 168.49º 0.82% 0.35% -
XYZ 5.06 7.76 7.89 -
YUV 65.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 16 89 75 0.82 0 0.16 0.65 168.49 0.7 0.21
Hex 10 59 4B 52 0 10 41 A8 46 15
Octal 20 131 113 122 0 20 101 250 106 25
Binary 10000 1011001 1001011 1010010 0 10000 1000001 10101000 1000110 10101

Color Harmonies of #10594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10594B

Black with #10594B

Text Example


Text Example

White with #10594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,89,75); }

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

background-color css

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

 a { background-color: rgb(16,89,75); }

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

border-color css

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

 span { border-color: rgb(16,89,75); }

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