Html Css Color HEX #23948A Java

📋 copy color: '#23948A'

red 35 ◦ green 148 ◦ blue 138

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

Shades of Java #23948A

Tints of Java #23948A

RGB

 RED value IS 35 (14.06% from 255) = 10.9%

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

 BLUE value IS 138 (54.3% from 255) = 42.99%

R = 10.9%
G = 46.11%
B = 42.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#23948A (or 0x23948A) is known color: Java. HEX triplet: 23, 94 and 8A. RGB value is (35,148,138). Sum of RGB (Red+Green+Blue) = 35+148+138=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #23948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23948A is #DC6B75. Grayscale: #717171. Windows color (decimal): -14445430 or 9081891. OLE color: 9081891.

HSL color Cylindrical-coordinate representation of color #23948A: hue angle of 174.69º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23948A is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 148 138 -
CMYK 0.76 0 0.07 0.42
HSL 174.69º 0.62% 0.36% -
HSV(B) 174.69º 0.76% 0.58% -
XYZ 15.87 23.37 27.72 -
YUV 113.07 142.06 72.31 -
System Red Green Blue C M Y K H S L
Decimal 35 148 138 0.76 0 0.07 0.42 174.69 0.62 0.36
Hex 23 94 8A 4C 0 7 2A AF 3E 24
Octal 43 224 212 114 0 7 52 257 76 44
Binary 100011 10010100 10001010 1001100 0 111 101010 10101111 111110 100100

Color Harmonies of #23948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23948A

Black with #23948A

Text Example


Text Example

White with #23948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23948A; }

 p { color: rgb(35,148,138); }

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

background-color css

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

 a { background-color: rgb(35,148,138); }

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

border-color css

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

 span { border-color: rgb(35,148,138); }

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