Html Css Color HEX #309C9B Java

📋 copy color: '#309C9B'

red 48 ◦ green 156 ◦ blue 155

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

Shades of Java #309C9B

Tints of Java #309C9B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.45%

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

R = 13.37%
G = 43.45%
B = 43.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#309C9B (or 0x309C9B) is known color: Java. HEX triplet: 30, 9C and 9B. RGB value is (48,156,155). Sum of RGB (Red+Green+Blue) = 48+156+155=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 156 - color contains mainly: green. Hex color #309C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309C9B is #CF6364. Grayscale: #7B7B7B. Windows color (decimal): -13591397 or 10198064. OLE color: 10198064.

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

Color convert

RGB 48 156 155 -
CMYK 0.69 0 0.01 0.39
HSL 179.44º 0.53% 0.4% -
HSV(B) 179.44º 0.69% 0.61% -
XYZ 19.02 26.77 35.18 -
YUV 123.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 48 156 155 0.69 0 0.01 0.39 179.44 0.53 0.4
Hex 30 9C 9B 45 0 1 27 B3 35 28
Octal 60 234 233 105 0 1 47 263 65 50
Binary 110000 10011100 10011011 1000101 0 1 100111 10110011 110101 101000

Color Harmonies of #309C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309C9B

Black with #309C9B

Text Example


Text Example

White with #309C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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