Html Css Color HEX #10504C Cyprus

📋 copy color: '#10504C'

red 16 ◦ green 80 ◦ blue 76

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

Shades of Cyprus #10504C

Tints of Cyprus #10504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.51%

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

R = 9.3%
G = 46.51%
B = 44.19%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#10504C (or 0x10504C) is known color: Cyprus. HEX triplet: 10, 50 and 4C. RGB value is (16,80,76). Sum of RGB (Red+Green+Blue) = 16+80+76=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #10504C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10504C is #EFAFB3. Grayscale: #3C3C3C. Windows color (decimal): -15708084 or 5001232. OLE color: 5001232.

HSL color Cylindrical-coordinate representation of color #10504C: hue angle of 176.25º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10504C is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 80 76 -
CMYK 0.80 0 0.05 0.69
HSL 176.25º 0.67% 0.19% -
HSV(B) 176.25º 0.8% 0.31% -
XYZ 4.39 6.37 7.84 -
YUV 60.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 16 80 76 0.80 0 0.05 0.69 176.25 0.67 0.19
Hex 10 50 4C 50 0 5 45 B0 43 13
Octal 20 120 114 120 0 5 105 260 103 23
Binary 10000 1010000 1001100 1010000 0 101 1000101 10110000 1000011 10011

Color Harmonies of #10504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10504C

Black with #10504C

Text Example


Text Example

White with #10504C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,80,76); }

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

background-color css

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

 a { background-color: rgb(16,80,76); }

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

border-color css

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

 span { border-color: rgb(16,80,76); }

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