Html Css Color HEX #38B098 Niagara

📋 copy color: '#38B098'

red 56 ◦ green 176 ◦ blue 152

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

Shades of Niagara #38B098

Tints of Niagara #38B098

RGB

 RED value IS 56 (22.27% from 255) = 14.58%

 GREEN value IS 176 (69.14% from 255) = 45.83%

 BLUE value IS 152 (59.77% from 255) = 39.58%

R = 14.58%
G = 45.83%
B = 39.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#38B098 (or 0x38B098) is known color: Niagara. HEX triplet: 38, B0 and 98. RGB value is (56,176,152). Sum of RGB (Red+Green+Blue) = 56+176+152=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #38B098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38B098 is #C74F67. Grayscale: #898989. Windows color (decimal): -13061992 or 10006584. OLE color: 10006584.

HSL color Cylindrical-coordinate representation of color #38B098: hue angle of 168º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B098 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 176 152 -
CMYK 0.68 0 0.14 0.31
HSL 168º 0.52% 0.45% -
HSV(B) 168º 0.68% 0.69% -
XYZ 22.82 34.16 35.1 -
YUV 137.38 136.24 69.95 -
System Red Green Blue C M Y K H S L
Decimal 56 176 152 0.68 0 0.14 0.31 168 0.52 0.45
Hex 38 B0 98 44 0 E 1F A8 34 2D
Octal 70 260 230 104 0 16 37 250 64 55
Binary 111000 10110000 10011000 1000100 0 1110 11111 10101000 110100 101101

Color Harmonies of #38B098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B098

Black with #38B098

Text Example


Text Example

White with #38B098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38B098; }

 p { color: rgb(56,176,152); }

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

background-color css

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

 a { background-color: rgb(56,176,152); }

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

border-color css

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

 span { border-color: rgb(56,176,152); }

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