Html Css Color HEX #128283 Teal

📋 copy color: '#128283'

red 18 ◦ green 130 ◦ blue 131

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

Shades of Teal #128283

Tints of Teal #128283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.95%

R = 6.45%
G = 46.59%
B = 46.95%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#128283 (or 0x128283) is known color: Teal. HEX triplet: 12, 82 and 83. RGB value is (18,130,131). Sum of RGB (Red+Green+Blue) = 18+130+131=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #128283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128283 is #ED7D7C. Grayscale: #606060. Windows color (decimal): -15564157 or 8618514. OLE color: 8618514.

HSL color Cylindrical-coordinate representation of color #128283: hue angle of 180.53º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128283 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 130 131 -
CMYK 0.86 0.01 0 0.49
HSL 180.53º 0.76% 0.29% -
HSV(B) 180.53º 0.86% 0.51% -
XYZ 12.33 17.73 24.25 -
YUV 96.63 147.39 71.92 -
System Red Green Blue C M Y K H S L
Decimal 18 130 131 0.86 0.01 0 0.49 180.53 0.76 0.29
Hex 12 82 83 56 1 0 31 B5 4C 1D
Octal 22 202 203 126 1 0 61 265 114 35
Binary 10010 10000010 10000011 1010110 1 0 110001 10110101 1001100 11101

Color Harmonies of #128283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128283

Black with #128283

Text Example


Text Example

White with #128283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128283; }

 p { color: rgb(18,130,131); }

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

background-color css

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

 a { background-color: rgb(18,130,131); }

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

border-color css

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

 span { border-color: rgb(18,130,131); }

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