Html Css Color HEX #188461 Deep Sea

📋 copy color: '#188461'

red 24 ◦ green 132 ◦ blue 97

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

Shades of Deep Sea #188461

Tints of Deep Sea #188461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.17%

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

R = 9.49%
G = 52.17%
B = 38.34%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#188461 (or 0x188461) is known color: Deep Sea. HEX triplet: 18, 84 and 61. RGB value is (24,132,97). Sum of RGB (Red+Green+Blue) = 24+132+97=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #188461 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188461 is #E77B9E. Grayscale: #5F5F5F. Windows color (decimal): -15170463 or 6390808. OLE color: 6390808.

HSL color Cylindrical-coordinate representation of color #188461: hue angle of 160.56º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188461 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 132 97 -
CMYK 0.82 0 0.27 0.48
HSL 160.56º 0.69% 0.31% -
HSV(B) 160.56º 0.82% 0.52% -
XYZ 10.79 17.56 14.13 -
YUV 95.72 128.72 76.85 -
System Red Green Blue C M Y K H S L
Decimal 24 132 97 0.82 0 0.27 0.48 160.56 0.69 0.31
Hex 18 84 61 52 0 1B 30 A1 45 1F
Octal 30 204 141 122 0 33 60 241 105 37
Binary 11000 10000100 1100001 1010010 0 11011 110000 10100001 1000101 11111

Color Harmonies of #188461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188461

Black with #188461

Text Example


Text Example

White with #188461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188461; }

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

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

background-color css

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

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

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

border-color css

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

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

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