Html Css Color HEX #188073 Deep Sea

📋 copy color: '#188073'

red 24 ◦ green 128 ◦ blue 115

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

Shades of Deep Sea #188073

Tints of Deep Sea #188073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.94%

 BLUE value IS 115 (45.31% from 255) = 43.07%

R = 8.99%
G = 47.94%
B = 43.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#188073 (or 0x188073) is known color: Deep Sea. HEX triplet: 18, 80 and 73. RGB value is (24,128,115). Sum of RGB (Red+Green+Blue) = 24+128+115=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #188073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188073 is #E77F8C. Grayscale: #5F5F5F. Windows color (decimal): -15171469 or 7569432. OLE color: 7569432.

HSL color Cylindrical-coordinate representation of color #188073: hue angle of 172.5º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #188073 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 128 115 -
CMYK 0.81 0 0.10 0.50
HSL 172.5º 0.68% 0.3% -
HSV(B) 172.5º 0.81% 0.5% -
XYZ 11.19 16.87 18.89 -
YUV 95.42 139.04 77.06 -
System Red Green Blue C M Y K H S L
Decimal 24 128 115 0.81 0 0.10 0.50 172.5 0.68 0.3
Hex 18 80 73 51 0 A 32 AC 44 1E
Octal 30 200 163 121 0 12 62 254 104 36
Binary 11000 10000000 1110011 1010001 0 1010 110010 10101100 1000100 11110

Color Harmonies of #188073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188073

Black with #188073

Text Example


Text Example

White with #188073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188073; }

 p { color: rgb(24,128,115); }

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

background-color css

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

 a { background-color: rgb(24,128,115); }

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

border-color css

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

 span { border-color: rgb(24,128,115); }

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