Html Css Color HEX #187968 Deep Sea

📋 copy color: '#187968'

red 24 ◦ green 121 ◦ blue 104

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

Shades of Deep Sea #187968

Tints of Deep Sea #187968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.77%

R = 9.64%
G = 48.59%
B = 41.77%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#187968 (or 0x187968) is known color: Deep Sea. HEX triplet: 18, 79 and 68. RGB value is (24,121,104). Sum of RGB (Red+Green+Blue) = 24+121+104=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #187968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187968 is #E78697. Grayscale: #5A5A5A. Windows color (decimal): -15173272 or 6846744. OLE color: 6846744.

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

Color convert

RGB 24 121 104 -
CMYK 0.80 0 0.14 0.53
HSL 169.48º 0.67% 0.28% -
HSV(B) 169.48º 0.8% 0.47% -
XYZ 9.71 14.87 15.45 -
YUV 90.06 135.86 80.88 -
System Red Green Blue C M Y K H S L
Decimal 24 121 104 0.80 0 0.14 0.53 169.48 0.67 0.28
Hex 18 79 68 50 0 E 35 A9 43 1C
Octal 30 171 150 120 0 16 65 251 103 34
Binary 11000 1111001 1101000 1010000 0 1110 110101 10101001 1000011 11100

Color Harmonies of #187968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187968

Black with #187968

Text Example


Text Example

White with #187968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187968; }

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

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

background-color css

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

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

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

border-color css

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

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

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