Html Css Color HEX #185255 Cyprus

📋 copy color: '#185255'

red 24 ◦ green 82 ◦ blue 85

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

Shades of Cyprus #185255

Tints of Cyprus #185255

RGB

 RED value IS 24 (9.77% from 255) = 12.57%

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

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

R = 12.57%
G = 42.93%
B = 44.5%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#185255 (or 0x185255) is known color: Cyprus. HEX triplet: 18, 52 and 55. RGB value is (24,82,85). Sum of RGB (Red+Green+Blue) = 24+82+85=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #185255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185255 is #E7ADAA. Grayscale: #404040. Windows color (decimal): -15183275 or 5591576. OLE color: 5591576.

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

Color convert

RGB 24 82 85 -
CMYK 0.72 0.04 0 0.67
HSL 182.95º 0.56% 0.21% -
HSV(B) 182.95º 0.72% 0.33% -
XYZ 5.03 6.88 9.66 -
YUV 65 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 24 82 85 0.72 0.04 0 0.67 182.95 0.56 0.21
Hex 18 52 55 48 4 0 43 B7 38 15
Octal 30 122 125 110 4 0 103 267 70 25
Binary 11000 1010010 1010101 1001000 100 0 1000011 10110111 111000 10101

Color Harmonies of #185255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185255

Black with #185255

Text Example


Text Example

White with #185255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185255; }

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

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

background-color css

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

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

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

border-color css

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

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

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