Html Css Color HEX #269795 Java

📋 copy color: '#269795'

red 38 ◦ green 151 ◦ blue 149

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

Shades of Java #269795

Tints of Java #269795

RGB

 RED value IS 38 (15.23% from 255) = 11.24%

 GREEN value IS 151 (59.38% from 255) = 44.67%

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 11.24%
G = 44.67%
B = 44.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#269795 (or 0x269795) is known color: Java. HEX triplet: 26, 97 and 95. RGB value is (38,151,149). Sum of RGB (Red+Green+Blue) = 38+151+149=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #269795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269795 is #D9686A. Grayscale: #747474. Windows color (decimal): -14248043 or 9803558. OLE color: 9803558.

HSL color Cylindrical-coordinate representation of color #269795: hue angle of 178.94º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269795 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 151 149 -
CMYK 0.75 0 0.01 0.41
HSL 178.94º 0.6% 0.37% -
HSV(B) 178.94º 0.75% 0.59% -
XYZ 17.29 24.72 32.29 -
YUV 116.99 146.06 71.66 -
System Red Green Blue C M Y K H S L
Decimal 38 151 149 0.75 0 0.01 0.41 178.94 0.6 0.37
Hex 26 97 95 4B 0 1 29 B3 3C 25
Octal 46 227 225 113 0 1 51 263 74 45
Binary 100110 10010111 10010101 1001011 0 1 101001 10110011 111100 100101

Color Harmonies of #269795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269795

Black with #269795

Text Example


Text Example

White with #269795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269795; }

 p { color: rgb(38,151,149); }

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

background-color css

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

 a { background-color: rgb(38,151,149); }

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

border-color css

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

 span { border-color: rgb(38,151,149); }

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