Html Css Color HEX #269484 Java

📋 copy color: '#269484'

red 38 ◦ green 148 ◦ blue 132

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

Shades of Java #269484

Tints of Java #269484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.54%

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 11.95%
G = 46.54%
B = 41.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#269484 (or 0x269484) is known color: Java. HEX triplet: 26, 94 and 84. RGB value is (38,148,132). Sum of RGB (Red+Green+Blue) = 38+148+132=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #269484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269484 is #D96B7B. Grayscale: #717171. Windows color (decimal): -14248828 or 8688678. OLE color: 8688678.

HSL color Cylindrical-coordinate representation of color #269484: hue angle of 171.27º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269484 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 148 132 -
CMYK 0.74 0 0.11 0.42
HSL 171.27º 0.59% 0.36% -
HSV(B) 171.27º 0.74% 0.58% -
XYZ 15.55 23.26 25.5 -
YUV 113.29 138.56 74.3 -
System Red Green Blue C M Y K H S L
Decimal 38 148 132 0.74 0 0.11 0.42 171.27 0.59 0.36
Hex 26 94 84 4A 0 B 2A AB 3B 24
Octal 46 224 204 112 0 13 52 253 73 44
Binary 100110 10010100 10000100 1001010 0 1011 101010 10101011 111011 100100

Color Harmonies of #269484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269484

Black with #269484

Text Example


Text Example

White with #269484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269484; }

 p { color: rgb(38,148,132); }

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

background-color css

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

 a { background-color: rgb(38,148,132); }

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

border-color css

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

 span { border-color: rgb(38,148,132); }

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