Html Css Color HEX #187965 Deep Sea

📋 copy color: '#187965'

red 24 ◦ green 121 ◦ blue 101

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

Shades of Deep Sea #187965

Tints of Deep Sea #187965

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.19%

 BLUE value IS 101 (39.84% from 255) = 41.06%

R = 9.76%
G = 49.19%
B = 41.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#187965 (or 0x187965) is known color: Deep Sea. HEX triplet: 18, 79 and 65. RGB value is (24,121,101). Sum of RGB (Red+Green+Blue) = 24+121+101=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #187965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187965 is #E7869A. Grayscale: #595959. Windows color (decimal): -15173275 or 6650136. OLE color: 6650136.

HSL color Cylindrical-coordinate representation of color #187965: hue angle of 167.63º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187965 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 121 101 -
CMYK 0.80 0 0.17 0.53
HSL 167.63º 0.67% 0.28% -
HSV(B) 167.63º 0.8% 0.47% -
XYZ 9.56 14.81 14.67 -
YUV 89.72 134.36 81.13 -
System Red Green Blue C M Y K H S L
Decimal 24 121 101 0.80 0 0.17 0.53 167.63 0.67 0.28
Hex 18 79 65 50 0 11 35 A8 43 1C
Octal 30 171 145 120 0 21 65 250 103 34
Binary 11000 1111001 1100101 1010000 0 10001 110101 10101000 1000011 11100

Color Harmonies of #187965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187965

Black with #187965

Text Example


Text Example

White with #187965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187965; }

 p { color: rgb(24,121,101); }

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

background-color css

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

 a { background-color: rgb(24,121,101); }

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

border-color css

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

 span { border-color: rgb(24,121,101); }

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