Html Css Color HEX #187260 Deep Sea

📋 copy color: '#187260'

red 24 ◦ green 114 ◦ blue 96

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

Shades of Deep Sea #187260

Tints of Deep Sea #187260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.72%

 BLUE value IS 96 (37.89% from 255) = 41.03%

R = 10.26%
G = 48.72%
B = 41.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#187260 (or 0x187260) is known color: Deep Sea. HEX triplet: 18, 72 and 60. RGB value is (24,114,96). Sum of RGB (Red+Green+Blue) = 24+114+96=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #187260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187260 is #E78D9F. Grayscale: #555555. Windows color (decimal): -15175072 or 6320664. OLE color: 6320664.

HSL color Cylindrical-coordinate representation of color #187260: hue angle of 168º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187260 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 114 96 -
CMYK 0.79 0 0.16 0.55
HSL 168º 0.65% 0.27% -
HSV(B) 168º 0.79% 0.45% -
XYZ 8.51 13.07 13.14 -
YUV 85.04 134.18 84.46 -
System Red Green Blue C M Y K H S L
Decimal 24 114 96 0.79 0 0.16 0.55 168 0.65 0.27
Hex 18 72 60 4F 0 10 37 A8 41 1B
Octal 30 162 140 117 0 20 67 250 101 33
Binary 11000 1110010 1100000 1001111 0 10000 110111 10101000 1000001 11011

Color Harmonies of #187260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187260

Black with #187260

Text Example


Text Example

White with #187260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187260; }

 p { color: rgb(24,114,96); }

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

background-color css

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

 a { background-color: rgb(24,114,96); }

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

border-color css

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

 span { border-color: rgb(24,114,96); }

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