Html Css Color HEX #188271 Deep Sea

📋 copy color: '#188271'

red 24 ◦ green 130 ◦ blue 113

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

Shades of Deep Sea #188271

Tints of Deep Sea #188271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.69%

 BLUE value IS 113 (44.53% from 255) = 42.32%

R = 8.99%
G = 48.69%
B = 42.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#188271 (or 0x188271) is known color: Deep Sea. HEX triplet: 18, 82 and 71. RGB value is (24,130,113). Sum of RGB (Red+Green+Blue) = 24+130+113=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #188271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188271 is #E77D8E. Grayscale: #606060. Windows color (decimal): -15170959 or 7438872. OLE color: 7438872.

HSL color Cylindrical-coordinate representation of color #188271: hue angle of 170.38º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188271 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 130 113 -
CMYK 0.82 0 0.13 0.49
HSL 170.38º 0.69% 0.3% -
HSV(B) 170.38º 0.82% 0.51% -
XYZ 11.34 17.35 18.37 -
YUV 96.37 137.38 76.38 -
System Red Green Blue C M Y K H S L
Decimal 24 130 113 0.82 0 0.13 0.49 170.38 0.69 0.3
Hex 18 82 71 52 0 D 31 AA 45 1E
Octal 30 202 161 122 0 15 61 252 105 36
Binary 11000 10000010 1110001 1010010 0 1101 110001 10101010 1000101 11110

Color Harmonies of #188271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188271

Black with #188271

Text Example


Text Example

White with #188271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188271; }

 p { color: rgb(24,130,113); }

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

background-color css

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

 a { background-color: rgb(24,130,113); }

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

border-color css

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

 span { border-color: rgb(24,130,113); }

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