Html Css Color HEX #128F93 Dark Cyan

📋 copy color: '#128F93'

red 18 ◦ green 143 ◦ blue 147

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

Shades of Dark Cyan #128F93

Tints of Dark Cyan #128F93

RGB

 RED value IS 18 (7.42% from 255) = 5.84%

 GREEN value IS 143 (56.25% from 255) = 46.43%

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 5.84%
G = 46.43%
B = 47.73%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#128F93 (or 0x128F93) is known color: Dark Cyan. HEX triplet: 12, 8F and 93. RGB value is (18,143,147). Sum of RGB (Red+Green+Blue) = 18+143+147=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #128F93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128F93 is #ED706C. Grayscale: #696969. Windows color (decimal): -15560813 or 9670418. OLE color: 9670418.

HSL color Cylindrical-coordinate representation of color #128F93: hue angle of 181.86º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128F93 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 143 147 -
CMYK 0.88 0.03 0 0.42
HSL 181.86º 0.78% 0.32% -
HSV(B) 181.86º 0.88% 0.58% -
XYZ 15.34 21.88 31.02 -
YUV 106.08 151.09 65.17 -
System Red Green Blue C M Y K H S L
Decimal 18 143 147 0.88 0.03 0 0.42 181.86 0.78 0.32
Hex 12 8F 93 58 3 0 2A B6 4E 20
Octal 22 217 223 130 3 0 52 266 116 40
Binary 10010 10001111 10010011 1011000 11 0 101010 10110110 1001110 100000

Color Harmonies of #128F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128F93

Black with #128F93

Text Example


Text Example

White with #128F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128F93; }

 p { color: rgb(18,143,147); }

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

background-color css

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

 a { background-color: rgb(18,143,147); }

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

border-color css

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

 span { border-color: rgb(18,143,147); }

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