Html Css Color HEX #187865 Deep Sea

📋 copy color: '#187865'

red 24 ◦ green 120 ◦ blue 101

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

Shades of Deep Sea #187865

Tints of Deep Sea #187865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.98%

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

R = 9.8%
G = 48.98%
B = 41.22%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#187865 (or 0x187865) is known color: Deep Sea. HEX triplet: 18, 78 and 65. RGB value is (24,120,101). Sum of RGB (Red+Green+Blue) = 24+120+101=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #187865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187865 is #E7879A. Grayscale: #595959. Windows color (decimal): -15173531 or 6649880. OLE color: 6649880.

HSL color Cylindrical-coordinate representation of color #187865: hue angle of 168.12º 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 #187865 is Cyan = 0.8, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 120 101 -
CMYK 0.8 0 0.16 0.53
HSL 168.13º 0.67% 0.28% -
HSV(B) 168.13º 0.8% 0.47% -
XYZ 9.44 14.57 14.63 -
YUV 89.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 24 120 101 0.8 0 0.16 0.53 168.13 0.67 0.28
Hex 18 78 65 50 0 10 35 A8 43 1C
Octal 30 170 145 120 0 20 65 250 103 34
Binary 11000 1111000 1100101 1010000 0 10000 110101 10101000 1000011 11100

Color Harmonies of #187865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187865

Black with #187865

Text Example


Text Example

White with #187865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187865; }

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

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

background-color css

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

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

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

border-color css

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

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

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