Html Css Color HEX #154B4A Cyprus

📋 copy color: '#154B4A'

red 21 ◦ green 75 ◦ blue 74

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

Shades of Cyprus #154B4A

Tints of Cyprus #154B4A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 44.12%

 BLUE value IS 74 (29.3% from 255) = 43.53%

R = 12.35%
G = 44.12%
B = 43.53%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#154B4A (or 0x154B4A) is known color: Cyprus. HEX triplet: 15, 4B and 4A. RGB value is (21,75,74). Sum of RGB (Red+Green+Blue) = 21+75+74=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 75 - color contains mainly: green. Hex color #154B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154B4A is #EAB4B5. Grayscale: #3A3A3A. Windows color (decimal): -15381686 or 4868885. OLE color: 4868885.

HSL color Cylindrical-coordinate representation of color #154B4A: hue angle of 178.89º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154B4A is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 75 74 -
CMYK 0.72 0 0.01 0.71
HSL 178.89º 0.56% 0.19% -
HSV(B) 178.89º 0.72% 0.29% -
XYZ 4.06 5.69 7.36 -
YUV 58.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 21 75 74 0.72 0 0.01 0.71 178.89 0.56 0.19
Hex 15 4B 4A 48 0 1 47 B3 38 13
Octal 25 113 112 110 0 1 107 263 70 23
Binary 10101 1001011 1001010 1001000 0 1 1000111 10110011 111000 10011

Color Harmonies of #154B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154B4A

Black with #154B4A

Text Example


Text Example

White with #154B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154B4A; }

 p { color: rgb(21,75,74); }

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

background-color css

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

 a { background-color: rgb(21,75,74); }

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

border-color css

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

 span { border-color: rgb(21,75,74); }

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