Html Css Color HEX #309690 Java

📋 copy color: '#309690'

red 48 ◦ green 150 ◦ blue 144

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

Shades of Java #309690

Tints of Java #309690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.86%

 BLUE value IS 144 (56.64% from 255) = 42.11%

R = 14.04%
G = 43.86%
B = 42.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#309690 (or 0x309690) is known color: Java. HEX triplet: 30, 96 and 90. RGB value is (48,150,144). Sum of RGB (Red+Green+Blue) = 48+150+144=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #309690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309690 is #CF696F. Grayscale: #767676. Windows color (decimal): -13592944 or 9475632. OLE color: 9475632.

HSL color Cylindrical-coordinate representation of color #309690: hue angle of 176.47º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309690 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 150 144 -
CMYK 0.68 0 0.04 0.41
HSL 176.47º 0.52% 0.39% -
HSV(B) 176.47º 0.68% 0.59% -
XYZ 17.16 24.45 30.2 -
YUV 118.82 142.21 77.49 -
System Red Green Blue C M Y K H S L
Decimal 48 150 144 0.68 0 0.04 0.41 176.47 0.52 0.39
Hex 30 96 90 44 0 4 29 B0 34 27
Octal 60 226 220 104 0 4 51 260 64 47
Binary 110000 10010110 10010000 1000100 0 100 101001 10110000 110100 100111

Color Harmonies of #309690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309690

Black with #309690

Text Example


Text Example

White with #309690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309690; }

 p { color: rgb(48,150,144); }

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

background-color css

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

 a { background-color: rgb(48,150,144); }

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

border-color css

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

 span { border-color: rgb(48,150,144); }

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