Html Css Color HEX #188465 Deep Sea

📋 copy color: '#188465'

red 24 ◦ green 132 ◦ blue 101

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

Shades of Deep Sea #188465

Tints of Deep Sea #188465

RGB

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

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

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

R = 9.34%
G = 51.36%
B = 39.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#188465 (or 0x188465) is known color: Deep Sea. HEX triplet: 18, 84 and 65. RGB value is (24,132,101). Sum of RGB (Red+Green+Blue) = 24+132+101=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #188465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188465 is #E77B9A. Grayscale: #606060. Windows color (decimal): -15170459 or 6652952. OLE color: 6652952.

HSL color Cylindrical-coordinate representation of color #188465: hue angle of 162.78º 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 #188465 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 132 101 -
CMYK 0.82 0 0.23 0.48
HSL 162.78º 0.69% 0.31% -
HSV(B) 162.78º 0.82% 0.52% -
XYZ 10.98 17.64 15.14 -
YUV 96.17 130.72 76.52 -
System Red Green Blue C M Y K H S L
Decimal 24 132 101 0.82 0 0.23 0.48 162.78 0.69 0.31
Hex 18 84 65 52 0 17 30 A3 45 1F
Octal 30 204 145 122 0 27 60 243 105 37
Binary 11000 10000100 1100101 1010010 0 10111 110000 10100011 1000101 11111

Color Harmonies of #188465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188465

Black with #188465

Text Example


Text Example

White with #188465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188465; }

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

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

background-color css

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

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

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

border-color css

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

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

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