Html Css Color HEX #155452 Cyprus

📋 copy color: '#155452'

red 21 ◦ green 84 ◦ blue 82

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

Shades of Cyprus #155452

Tints of Cyprus #155452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.92%

 BLUE value IS 82 (32.42% from 255) = 43.85%

R = 11.23%
G = 44.92%
B = 43.85%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#155452 (or 0x155452) is known color: Cyprus. HEX triplet: 15, 54 and 52. RGB value is (21,84,82). Sum of RGB (Red+Green+Blue) = 21+84+82=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #155452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155452 is #EAABAD. Grayscale: #404040. Windows color (decimal): -15379374 or 5395477. OLE color: 5395477.

HSL color Cylindrical-coordinate representation of color #155452: hue angle of 178.1º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155452 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 84 82 -
CMYK 0.75 0 0.02 0.67
HSL 178.1º 0.6% 0.21% -
HSV(B) 178.1º 0.75% 0.33% -
XYZ 5 7.11 9.09 -
YUV 64.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 21 84 82 0.75 0 0.02 0.67 178.1 0.6 0.21
Hex 15 54 52 4B 0 2 43 B2 3C 15
Octal 25 124 122 113 0 2 103 262 74 25
Binary 10101 1010100 1010010 1001011 0 10 1000011 10110010 111100 10101

Color Harmonies of #155452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155452

Black with #155452

Text Example


Text Example

White with #155452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155452; }

 p { color: rgb(21,84,82); }

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

background-color css

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

 a { background-color: rgb(21,84,82); }

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

border-color css

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

 span { border-color: rgb(21,84,82); }

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