Html Css Color HEX #154742 Cyprus

📋 copy color: '#154742'

red 21 ◦ green 71 ◦ blue 66

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

Shades of Cyprus #154742

Tints of Cyprus #154742

RGB

 RED value IS 21 (8.59% from 255) = 13.29%

 GREEN value IS 71 (28.13% from 255) = 44.94%

 BLUE value IS 66 (26.17% from 255) = 41.77%

R = 13.29%
G = 44.94%
B = 41.77%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#154742 (or 0x154742) is known color: Cyprus. HEX triplet: 15, 47 and 42. RGB value is (21,71,66). Sum of RGB (Red+Green+Blue) = 21+71+66=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #154742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154742 is #EAB8BD. Grayscale: #373737. Windows color (decimal): -15382718 or 4343573. OLE color: 4343573.

HSL color Cylindrical-coordinate representation of color #154742: hue angle of 174º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154742 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 71 66 -
CMYK 0.70 0 0.07 0.72
HSL 174º 0.54% 0.18% -
HSV(B) 174º 0.7% 0.28% -
XYZ 3.55 5.06 5.94 -
YUV 55.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 21 71 66 0.70 0 0.07 0.72 174 0.54 0.18
Hex 15 47 42 46 0 7 48 AE 36 12
Octal 25 107 102 106 0 7 110 256 66 22
Binary 10101 1000111 1000010 1000110 0 111 1001000 10101110 110110 10010

Color Harmonies of #154742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154742

Black with #154742

Text Example


Text Example

White with #154742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154742; }

 p { color: rgb(21,71,66); }

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

background-color css

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

 a { background-color: rgb(21,71,66); }

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

border-color css

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

 span { border-color: rgb(21,71,66); }

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