Html Css Color HEX #187A5E Deep Sea

📋 copy color: '#187A5E'

red 24 ◦ green 122 ◦ blue 94

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

Shades of Deep Sea #187A5E

Tints of Deep Sea #187A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50.83%

 BLUE value IS 94 (37.11% from 255) = 39.17%

R = 10%
G = 50.83%
B = 39.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#187A5E (or 0x187A5E) is known color: Deep Sea. HEX triplet: 18, 7A and 5E. RGB value is (24,122,94). Sum of RGB (Red+Green+Blue) = 24+122+94=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #187A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187A5E is #E785A1. Grayscale: #595959. Windows color (decimal): -15173026 or 6191640. OLE color: 6191640.

HSL color Cylindrical-coordinate representation of color #187A5E: hue angle of 162.86º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187A5E is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 122 94 -
CMYK 0.80 0 0.23 0.52
HSL 162.86º 0.67% 0.29% -
HSV(B) 162.86º 0.8% 0.48% -
XYZ 9.36 14.92 12.98 -
YUV 89.51 130.53 81.28 -
System Red Green Blue C M Y K H S L
Decimal 24 122 94 0.80 0 0.23 0.52 162.86 0.67 0.29
Hex 18 7A 5E 50 0 17 34 A3 43 1D
Octal 30 172 136 120 0 27 64 243 103 35
Binary 11000 1111010 1011110 1010000 0 10111 110100 10100011 1000011 11101

Color Harmonies of #187A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187A5E

Black with #187A5E

Text Example


Text Example

White with #187A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,122,94); }

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

background-color css

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

 a { background-color: rgb(24,122,94); }

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

border-color css

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

 span { border-color: rgb(24,122,94); }

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