Html Css Color HEX #187261 Deep Sea

📋 copy color: '#187261'

red 24 ◦ green 114 ◦ blue 97

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

Shades of Deep Sea #187261

Tints of Deep Sea #187261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 10.21%
G = 48.51%
B = 41.28%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#187261 (or 0x187261) is known color: Deep Sea. HEX triplet: 18, 72 and 61. RGB value is (24,114,97). Sum of RGB (Red+Green+Blue) = 24+114+97=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #187261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187261 is #E78D9E. Grayscale: #555555. Windows color (decimal): -15175071 or 6386200. OLE color: 6386200.

HSL color Cylindrical-coordinate representation of color #187261: hue angle of 168.67º 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 #187261 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 114 97 -
CMYK 0.79 0 0.15 0.55
HSL 168.67º 0.65% 0.27% -
HSV(B) 168.67º 0.79% 0.45% -
XYZ 8.55 13.09 13.39 -
YUV 85.15 134.68 84.38 -
System Red Green Blue C M Y K H S L
Decimal 24 114 97 0.79 0 0.15 0.55 168.67 0.65 0.27
Hex 18 72 61 4F 0 F 37 A9 41 1B
Octal 30 162 141 117 0 17 67 251 101 33
Binary 11000 1110010 1100001 1001111 0 1111 110111 10101001 1000001 11011

Color Harmonies of #187261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187261

Black with #187261

Text Example


Text Example

White with #187261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187261; }

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

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

background-color css

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

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

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

border-color css

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

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

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