Html Css Color HEX #187D70 Deep Sea

📋 copy color: '#187D70'

red 24 ◦ green 125 ◦ blue 112

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

Shades of Deep Sea #187D70

Tints of Deep Sea #187D70

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.89%

 BLUE value IS 112 (44.14% from 255) = 42.91%

R = 9.2%
G = 47.89%
B = 42.91%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#187D70 (or 0x187D70) is known color: Deep Sea. HEX triplet: 18, 7D and 70. RGB value is (24,125,112). Sum of RGB (Red+Green+Blue) = 24+125+112=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #187D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187D70 is #E7828F. Grayscale: #5D5D5D. Windows color (decimal): -15172240 or 7372056. OLE color: 7372056.

HSL color Cylindrical-coordinate representation of color #187D70: hue angle of 172.28º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187D70 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 125 112 -
CMYK 0.81 0 0.10 0.51
HSL 172.28º 0.68% 0.29% -
HSV(B) 172.28º 0.81% 0.49% -
XYZ 10.63 16.03 17.86 -
YUV 93.32 138.54 78.56 -
System Red Green Blue C M Y K H S L
Decimal 24 125 112 0.81 0 0.10 0.51 172.28 0.68 0.29
Hex 18 7D 70 51 0 A 33 AC 44 1D
Octal 30 175 160 121 0 12 63 254 104 35
Binary 11000 1111101 1110000 1010001 0 1010 110011 10101100 1000100 11101

Color Harmonies of #187D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187D70

Black with #187D70

Text Example


Text Example

White with #187D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187D70; }

 p { color: rgb(24,125,112); }

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

background-color css

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

 a { background-color: rgb(24,125,112); }

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

border-color css

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

 span { border-color: rgb(24,125,112); }

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