Html Css Color HEX #188885 Dark Cyan

📋 copy color: '#188885'

red 24 ◦ green 136 ◦ blue 133

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

Shades of Dark Cyan #188885

Tints of Dark Cyan #188885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.42%

 BLUE value IS 133 (52.34% from 255) = 45.39%

R = 8.19%
G = 46.42%
B = 45.39%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#188885 (or 0x188885) is known color: Dark Cyan. HEX triplet: 18, 88 and 85. RGB value is (24,136,133). Sum of RGB (Red+Green+Blue) = 24+136+133=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #188885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188885 is #E7777A. Grayscale: #666666. Windows color (decimal): -15169403 or 8751128. OLE color: 8751128.

HSL color Cylindrical-coordinate representation of color #188885: hue angle of 178.39º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188885 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 136 133 -
CMYK 0.82 0 0.02 0.47
HSL 178.39º 0.7% 0.31% -
HSV(B) 178.39º 0.82% 0.53% -
XYZ 13.41 19.5 25.25 -
YUV 102.17 145.39 72.24 -
System Red Green Blue C M Y K H S L
Decimal 24 136 133 0.82 0 0.02 0.47 178.39 0.7 0.31
Hex 18 88 85 52 0 2 2F B2 46 1F
Octal 30 210 205 122 0 2 57 262 106 37
Binary 11000 10001000 10000101 1010010 0 10 101111 10110010 1000110 11111

Color Harmonies of #188885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188885

Black with #188885

Text Example


Text Example

White with #188885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188885; }

 p { color: rgb(24,136,133); }

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

background-color css

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

 a { background-color: rgb(24,136,133); }

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

border-color css

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

 span { border-color: rgb(24,136,133); }

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