Html Css Color HEX #299B9B Java

📋 copy color: '#299B9B'

red 41 ◦ green 155 ◦ blue 155

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

Shades of Java #299B9B

Tints of Java #299B9B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.16%

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

R = 11.68%
G = 44.16%
B = 44.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#299B9B (or 0x299B9B) is known color: Java. HEX triplet: 29, 9B and 9B. RGB value is (41,155,155). Sum of RGB (Red+Green+Blue) = 41+155+155=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #299B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299B9B is #D66464. Grayscale: #787878. Windows color (decimal): -14050405 or 10197801. OLE color: 10197801.

HSL color Cylindrical-coordinate representation of color #299B9B: hue angle of 180º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299B9B is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 155 155 -
CMYK 0.74 0 0 0.39
HSL 180º 0.58% 0.38% -
HSV(B) 180º 0.74% 0.61% -
XYZ 18.55 26.28 35.11 -
YUV 120.91 147.23 71 -
System Red Green Blue C M Y K H S L
Decimal 41 155 155 0.74 0 0 0.39 180 0.58 0.38
Hex 29 9B 9B 4A 0 0 27 B4 3A 26
Octal 51 233 233 112 0 0 47 264 72 46
Binary 101001 10011011 10011011 1001010 0 0 100111 10110100 111010 100110

Color Harmonies of #299B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299B9B

Black with #299B9B

Text Example


Text Example

White with #299B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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