Html Css Color HEX #187A6C Deep Sea

📋 copy color: '#187A6C'

red 24 ◦ green 122 ◦ blue 108

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

Shades of Deep Sea #187A6C

Tints of Deep Sea #187A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 9.45%
G = 48.03%
B = 42.52%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#187A6C (or 0x187A6C) is known color: Deep Sea. HEX triplet: 18, 7A and 6C. RGB value is (24,122,108). Sum of RGB (Red+Green+Blue) = 24+122+108=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 122 - color contains mainly: green. Hex color #187A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187A6C is #E78593. Grayscale: #5B5B5B. Windows color (decimal): -15173012 or 7109144. OLE color: 7109144.

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

Color convert

RGB 24 122 108 -
CMYK 0.80 0 0.11 0.52
HSL 171.43º 0.67% 0.29% -
HSV(B) 171.43º 0.8% 0.48% -
XYZ 10.04 15.2 16.59 -
YUV 91.1 137.53 80.14 -
System Red Green Blue C M Y K H S L
Decimal 24 122 108 0.80 0 0.11 0.52 171.43 0.67 0.29
Hex 18 7A 6C 50 0 B 34 AB 43 1D
Octal 30 172 154 120 0 13 64 253 103 35
Binary 11000 1111010 1101100 1010000 0 1011 110100 10101011 1000011 11101

Color Harmonies of #187A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187A6C

Black with #187A6C

Text Example


Text Example

White with #187A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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