Html Css Color HEX #298F8F Java

📋 copy color: '#298F8F'

red 41 ◦ green 143 ◦ blue 143

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

Shades of Java #298F8F

Tints of Java #298F8F

RGB

 RED value IS 41 (16.41% from 255) = 12.54%

 GREEN value IS 143 (56.25% from 255) = 43.73%

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

R = 12.54%
G = 43.73%
B = 43.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#298F8F (or 0x298F8F) is known color: Java. HEX triplet: 29, 8F and 8F. RGB value is (41,143,143). Sum of RGB (Red+Green+Blue) = 41+143+143=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: green, blue. Hex color #298F8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298F8F is #D67070. Grayscale: #707070. Windows color (decimal): -14053489 or 9408297. OLE color: 9408297.

HSL color Cylindrical-coordinate representation of color #298F8F: hue angle of 180º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298F8F is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 143 143 -
CMYK 0.71 0 0 0.44
HSL 180º 0.55% 0.36% -
HSV(B) 180º 0.71% 0.56% -
XYZ 15.69 22.1 29.43 -
YUV 112.5 145.21 77 -
System Red Green Blue C M Y K H S L
Decimal 41 143 143 0.71 0 0 0.44 180 0.55 0.36
Hex 29 8F 8F 47 0 0 2C B4 37 24
Octal 51 217 217 107 0 0 54 264 67 44
Binary 101001 10001111 10001111 1000111 0 0 101100 10110100 110111 100100

Color Harmonies of #298F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298F8F

Black with #298F8F

Text Example


Text Example

White with #298F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298F8F; }

 p { color: rgb(41,143,143); }

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

background-color css

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

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

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

border-color css

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

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

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