Html Css Color HEX #185450 Cyprus

📋 copy color: '#185450'

red 24 ◦ green 84 ◦ blue 80

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

Shades of Cyprus #185450

Tints of Cyprus #185450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 42.55%

R = 12.77%
G = 44.68%
B = 42.55%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#185450 (or 0x185450) is known color: Cyprus. HEX triplet: 18, 54 and 50. RGB value is (24,84,80). Sum of RGB (Red+Green+Blue) = 24+84+80=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #185450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185450 is #E7ABAF. Grayscale: #414141. Windows color (decimal): -15182768 or 5264408. OLE color: 5264408.

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

Color convert

RGB 24 84 80 -
CMYK 0.71 0 0.05 0.67
HSL 176º 0.56% 0.21% -
HSV(B) 176º 0.71% 0.33% -
XYZ 4.99 7.11 8.7 -
YUV 65.6 136.12 98.33 -
System Red Green Blue C M Y K H S L
Decimal 24 84 80 0.71 0 0.05 0.67 176 0.56 0.21
Hex 18 54 50 47 0 5 43 B0 38 15
Octal 30 124 120 107 0 5 103 260 70 25
Binary 11000 1010100 1010000 1000111 0 101 1000011 10110000 111000 10101

Color Harmonies of #185450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185450

Black with #185450

Text Example


Text Example

White with #185450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185450; }

 p { color: rgb(24,84,80); }

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

background-color css

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

 a { background-color: rgb(24,84,80); }

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

border-color css

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

 span { border-color: rgb(24,84,80); }

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