Html Css Color HEX #259B9B Java

📋 copy color: '#259B9B'

red 37 ◦ green 155 ◦ blue 155

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

Shades of Java #259B9B

Tints of Java #259B9B

RGB

 RED value IS 37 (14.84% from 255) = 10.66%

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

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

R = 10.66%
G = 44.67%
B = 44.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#259B9B (or 0x259B9B) is known color: Java. HEX triplet: 25, 9B and 9B. RGB value is (37,155,155). Sum of RGB (Red+Green+Blue) = 37+155+155=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #259B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259B9B is #DA6464. Grayscale: #777777. Windows color (decimal): -14312549 or 10197797. OLE color: 10197797.

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

Color convert

RGB 37 155 155 -
CMYK 0.76 0 0 0.39
HSL 180º 0.61% 0.38% -
HSV(B) 180º 0.76% 0.61% -
XYZ 18.4 26.2 35.1 -
YUV 119.72 147.91 69 -
System Red Green Blue C M Y K H S L
Decimal 37 155 155 0.76 0 0 0.39 180 0.61 0.38
Hex 25 9B 9B 4C 0 0 27 B4 3D 26
Octal 45 233 233 114 0 0 47 264 75 46
Binary 100101 10011011 10011011 1001100 0 0 100111 10110100 111101 100110

Color Harmonies of #259B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259B9B

Black with #259B9B

Text Example


Text Example

White with #259B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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