Html Css Color HEX #30998F Java

📋 copy color: '#30998F'

red 48 ◦ green 153 ◦ blue 143

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

Shades of Java #30998F

Tints of Java #30998F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.48%

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 13.95%
G = 44.48%
B = 41.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#30998F (or 0x30998F) is known color: Java. HEX triplet: 30, 99 and 8F. RGB value is (48,153,143). Sum of RGB (Red+Green+Blue) = 48+153+143=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #30998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30998F is #CF6670. Grayscale: #787878. Windows color (decimal): -13592177 or 9410864. OLE color: 9410864.

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

Color convert

RGB 48 153 143 -
CMYK 0.69 0 0.07 0.4
HSL 174.29º 0.52% 0.39% -
HSV(B) 174.29º 0.69% 0.6% -
XYZ 17.57 25.39 29.96 -
YUV 120.47 140.71 76.31 -
System Red Green Blue C M Y K H S L
Decimal 48 153 143 0.69 0 0.07 0.4 174.29 0.52 0.39
Hex 30 99 8F 45 0 7 28 AE 34 27
Octal 60 231 217 105 0 7 50 256 64 47
Binary 110000 10011001 10001111 1000101 0 111 101000 10101110 110100 100111

Color Harmonies of #30998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30998F

Black with #30998F

Text Example


Text Example

White with #30998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30998F; }

 p { color: rgb(48,153,143); }

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

background-color css

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

 a { background-color: rgb(48,153,143); }

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

border-color css

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

 span { border-color: rgb(48,153,143); }

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