Html Css Color HEX #1B826B Deep Sea

📋 copy color: '#1B826B'

red 27 ◦ green 130 ◦ blue 107

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

Shades of Deep Sea #1B826B

Tints of Deep Sea #1B826B

RGB

 RED value IS 27 (10.94% from 255) = 10.23%

 GREEN value IS 130 (51.17% from 255) = 49.24%

 BLUE value IS 107 (42.19% from 255) = 40.53%

R = 10.23%
G = 49.24%
B = 40.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#1B826B (or 0x1B826B) is known color: Deep Sea. HEX triplet: 1B, 82 and 6B. RGB value is (27,130,107). Sum of RGB (Red+Green+Blue) = 27+130+107=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #1B826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B826B is #E47D94. Grayscale: #606060. Windows color (decimal): -14974357 or 7045659. OLE color: 7045659.

HSL color Cylindrical-coordinate representation of color #1B826B: hue angle of 166.6º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B826B is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 27 130 107 -
CMYK 0.79 0 0.18 0.49
HSL 166.6º 0.66% 0.31% -
HSV(B) 166.6º 0.79% 0.51% -
XYZ 11.09 17.26 16.66 -
YUV 96.58 133.88 78.37 -
System Red Green Blue C M Y K H S L
Decimal 27 130 107 0.79 0 0.18 0.49 166.6 0.66 0.31
Hex 1B 82 6B 4F 0 12 31 A7 42 1F
Octal 33 202 153 117 0 22 61 247 102 37
Binary 11011 10000010 1101011 1001111 0 10010 110001 10100111 1000010 11111

Color Harmonies of #1B826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B826B

Black with #1B826B

Text Example


Text Example

White with #1B826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B826B; }

 p { color: rgb(27,130,107); }

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

background-color css

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

 a { background-color: rgb(27,130,107); }

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

border-color css

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

 span { border-color: rgb(27,130,107); }

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