Html Css Color HEX #309D9C Java

📋 copy color: '#309D9C'

red 48 ◦ green 157 ◦ blue 156

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

Shades of Java #309D9C

Tints of Java #309D9C

RGB

 RED value IS 48 (19.14% from 255) = 13.3%

 GREEN value IS 157 (61.72% from 255) = 43.49%

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 13.3%
G = 43.49%
B = 43.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#309D9C (or 0x309D9C) is known color: Java. HEX triplet: 30, 9D and 9C. RGB value is (48,157,156). Sum of RGB (Red+Green+Blue) = 48+157+156=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #309D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309D9C is #CF6263. Grayscale: #7C7C7C. Windows color (decimal): -13591140 or 10263856. OLE color: 10263856.

HSL color Cylindrical-coordinate representation of color #309D9C: hue angle of 179.45º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309D9C is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 157 156 -
CMYK 0.69 0 0.01 0.38
HSL 179.45º 0.53% 0.4% -
HSV(B) 179.45º 0.69% 0.62% -
XYZ 19.28 27.14 35.68 -
YUV 124.3 145.89 73.58 -
System Red Green Blue C M Y K H S L
Decimal 48 157 156 0.69 0 0.01 0.38 179.45 0.53 0.4
Hex 30 9D 9C 45 0 1 26 B3 35 28
Octal 60 235 234 105 0 1 46 263 65 50
Binary 110000 10011101 10011100 1000101 0 1 100110 10110011 110101 101000

Color Harmonies of #309D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309D9C

Black with #309D9C

Text Example


Text Example

White with #309D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309D9C; }

 p { color: rgb(48,157,156); }

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

background-color css

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

 a { background-color: rgb(48,157,156); }

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

border-color css

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

 span { border-color: rgb(48,157,156); }

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