Html Css Color HEX #13554C Cyprus

📋 copy color: '#13554C'

red 19 ◦ green 85 ◦ blue 76

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

Shades of Cyprus #13554C

Tints of Cyprus #13554C

RGB

 RED value IS 19 (7.81% from 255) = 10.56%

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

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

R = 10.56%
G = 47.22%
B = 42.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#13554C (or 0x13554C) is known color: Cyprus. HEX triplet: 13, 55 and 4C. RGB value is (19,85,76). Sum of RGB (Red+Green+Blue) = 19+85+76=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #13554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13554C is #ECAAB3. Grayscale: #404040. Windows color (decimal): -15510196 or 5002515. OLE color: 5002515.

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

Color convert

RGB 19 85 76 -
CMYK 0.78 0 0.11 0.67
HSL 171.82º 0.63% 0.2% -
HSV(B) 171.82º 0.78% 0.33% -
XYZ 4.82 7.16 7.96 -
YUV 64.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 19 85 76 0.78 0 0.11 0.67 171.82 0.63 0.2
Hex 13 55 4C 4E 0 B 43 AC 3F 14
Octal 23 125 114 116 0 13 103 254 77 24
Binary 10011 1010101 1001100 1001110 0 1011 1000011 10101100 111111 10100

Color Harmonies of #13554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13554C

Black with #13554C

Text Example


Text Example

White with #13554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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