Html Css Color HEX #1C829B Scooter

📋 copy color: '#1C829B'

red 28 ◦ green 130 ◦ blue 155

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

Shades of Scooter #1C829B

Tints of Scooter #1C829B

RGB

 RED value IS 28 (11.33% from 255) = 8.95%

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

 BLUE value IS 155 (60.94% from 255) = 49.52%

R = 8.95%
G = 41.53%
B = 49.52%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C829B (or 0x1C829B) is known color: Scooter. HEX triplet: 1C, 82 and 9B. RGB value is (28,130,155). Sum of RGB (Red+Green+Blue) = 28+130+155=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C829B is #E37D64. Grayscale: #666666. Windows color (decimal): -14908773 or 10191388. OLE color: 10191388.

HSL color Cylindrical-coordinate representation of color #1C829B: hue angle of 191.81º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C829B is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 28 130 155 -
CMYK 0.82 0.16 0 0.39
HSL 191.81º 0.69% 0.36% -
HSV(B) 191.81º 0.82% 0.61% -
XYZ 14.38 18.58 33.84 -
YUV 102.35 157.71 74.97 -
System Red Green Blue C M Y K H S L
Decimal 28 130 155 0.82 0.16 0 0.39 191.81 0.69 0.36
Hex 1C 82 9B 52 10 0 27 C0 45 24
Octal 34 202 233 122 20 0 47 300 105 44
Binary 11100 10000010 10011011 1010010 10000 0 100111 11000000 1000101 100100

Color Harmonies of #1C829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C829B

Black with #1C829B

Text Example


Text Example

White with #1C829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C829B; }

 p { color: rgb(28,130,155); }

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

background-color css

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

 a { background-color: rgb(28,130,155); }

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

border-color css

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

 span { border-color: rgb(28,130,155); }

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