Html Css Color HEX #30988E Java

📋 copy color: '#30988E'

red 48 ◦ green 152 ◦ blue 142

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

Shades of Java #30988E

Tints of Java #30988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.44%

 BLUE value IS 142 (55.86% from 255) = 41.52%

R = 14.04%
G = 44.44%
B = 41.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#30988E (or 0x30988E) is known color: Java. HEX triplet: 30, 98 and 8E. RGB value is (48,152,142). Sum of RGB (Red+Green+Blue) = 48+152+142=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #30988E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30988E is #CF6771. Grayscale: #777777. Windows color (decimal): -13592434 or 9345072. OLE color: 9345072.

HSL color Cylindrical-coordinate representation of color #30988E: hue angle of 174.23º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30988E is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 142 -
CMYK 0.68 0 0.07 0.40
HSL 174.23º 0.52% 0.39% -
HSV(B) 174.23º 0.68% 0.6% -
XYZ 17.33 25.04 29.51 -
YUV 119.76 140.54 76.81 -
System Red Green Blue C M Y K H S L
Decimal 48 152 142 0.68 0 0.07 0.40 174.23 0.52 0.39
Hex 30 98 8E 44 0 7 28 AE 34 27
Octal 60 230 216 104 0 7 50 256 64 47
Binary 110000 10011000 10001110 1000100 0 111 101000 10101110 110100 100111

Color Harmonies of #30988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30988E

Black with #30988E

Text Example


Text Example

White with #30988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30988E; }

 p { color: rgb(48,152,142); }

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

background-color css

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

 a { background-color: rgb(48,152,142); }

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

border-color css

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

 span { border-color: rgb(48,152,142); }

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