Html Css Color HEX #155255 Cyprus

📋 copy color: '#155255'

red 21 ◦ green 82 ◦ blue 85

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

Shades of Cyprus #155255

Tints of Cyprus #155255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.62%

 BLUE value IS 85 (33.59% from 255) = 45.21%

R = 11.17%
G = 43.62%
B = 45.21%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#155255 (or 0x155255) is known color: Cyprus. HEX triplet: 15, 52 and 55. RGB value is (21,82,85). Sum of RGB (Red+Green+Blue) = 21+82+85=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #155255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155255 is #EAADAA. Grayscale: #404040. Windows color (decimal): -15379883 or 5591573. OLE color: 5591573.

HSL color Cylindrical-coordinate representation of color #155255: hue angle of 182.81º 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 #155255 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 82 85 -
CMYK 0.75 0.04 0 0.67
HSL 182.81º 0.6% 0.21% -
HSV(B) 182.81º 0.75% 0.33% -
XYZ 4.97 6.85 9.65 -
YUV 64.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 21 82 85 0.75 0.04 0 0.67 182.81 0.6 0.21
Hex 15 52 55 4B 4 0 43 B7 3C 15
Octal 25 122 125 113 4 0 103 267 74 25
Binary 10101 1010010 1010101 1001011 100 0 1000011 10110111 111100 10101

Color Harmonies of #155255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155255

Black with #155255

Text Example


Text Example

White with #155255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155255; }

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

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

background-color css

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

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

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

border-color css

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

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

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