Html Css Color HEX #187A5C Deep Sea

📋 copy color: '#187A5C'

red 24 ◦ green 122 ◦ blue 92

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

Shades of Deep Sea #187A5C

Tints of Deep Sea #187A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.66%

R = 10.08%
G = 51.26%
B = 38.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#187A5C (or 0x187A5C) is known color: Deep Sea. HEX triplet: 18, 7A and 5C. RGB value is (24,122,92). Sum of RGB (Red+Green+Blue) = 24+122+92=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #187A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187A5C is #E785A3. Grayscale: #595959. Windows color (decimal): -15173028 or 6060568. OLE color: 6060568.

HSL color Cylindrical-coordinate representation of color #187A5C: hue angle of 161.63º 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 #187A5C is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 122 92 -
CMYK 0.80 0 0.25 0.52
HSL 161.63º 0.67% 0.29% -
HSV(B) 161.63º 0.8% 0.48% -
XYZ 9.27 14.89 12.51 -
YUV 89.28 129.53 81.44 -
System Red Green Blue C M Y K H S L
Decimal 24 122 92 0.80 0 0.25 0.52 161.63 0.67 0.29
Hex 18 7A 5C 50 0 19 34 A2 43 1D
Octal 30 172 134 120 0 31 64 242 103 35
Binary 11000 1111010 1011100 1010000 0 11001 110100 10100010 1000011 11101

Color Harmonies of #187A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187A5C

Black with #187A5C

Text Example


Text Example

White with #187A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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