Html Css Color HEX #1C959B Java

📋 copy color: '#1C959B'

red 28 ◦ green 149 ◦ blue 155

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

Shades of Java #1C959B

Tints of Java #1C959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.88%

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

R = 8.43%
G = 44.88%
B = 46.69%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C959B (or 0x1C959B) is known color: Java. HEX triplet: 1C, 95 and 9B. RGB value is (28,149,155). Sum of RGB (Red+Green+Blue) = 28+149+155=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C959B is #E36A64. Grayscale: #717171. Windows color (decimal): -14903909 or 10196252. OLE color: 10196252.

HSL color Cylindrical-coordinate representation of color #1C959B: hue angle of 182.83º 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 #1C959B is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 28 149 155 -
CMYK 0.82 0.04 0 0.39
HSL 182.83º 0.69% 0.36% -
HSV(B) 182.83º 0.82% 0.61% -
XYZ 17.14 24.11 34.76 -
YUV 113.51 151.41 67.01 -
System Red Green Blue C M Y K H S L
Decimal 28 149 155 0.82 0.04 0 0.39 182.83 0.69 0.36
Hex 1C 95 9B 52 4 0 27 B7 45 24
Octal 34 225 233 122 4 0 47 267 105 44
Binary 11100 10010101 10011011 1010010 100 0 100111 10110111 1000101 100100

Color Harmonies of #1C959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C959B

Black with #1C959B

Text Example


Text Example

White with #1C959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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