Html Css Color HEX #33BAA5 Light Sea Green

📋 copy color: '#33BAA5'

red 51 ◦ green 186 ◦ blue 165

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

Shades of Light Sea Green #33BAA5

Tints of Light Sea Green #33BAA5

RGB

 RED value IS 51 (20.31% from 255) = 12.69%

 GREEN value IS 186 (73.05% from 255) = 46.27%

 BLUE value IS 165 (64.84% from 255) = 41.04%

R = 12.69%
G = 46.27%
B = 41.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#33BAA5 (or 0x33BAA5) is known color: Light Sea Green. HEX triplet: 33, BA and A5. RGB value is (51,186,165). Sum of RGB (Red+Green+Blue) = 51+186+165=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #33BAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BAA5 is #CC455A. Grayscale: #8F8F8F. Windows color (decimal): -13387099 or 10861107. OLE color: 10861107.

HSL color Cylindrical-coordinate representation of color #33BAA5: hue angle of 170.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BAA5 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 186 165 -
CMYK 0.73 0 0.11 0.27
HSL 170.67º 0.57% 0.46% -
HSV(B) 170.67º 0.73% 0.73% -
XYZ 25.72 38.54 41.68 -
YUV 143.24 140.27 62.21 -
System Red Green Blue C M Y K H S L
Decimal 51 186 165 0.73 0 0.11 0.27 170.67 0.57 0.46
Hex 33 BA A5 49 0 B 1B AB 39 2E
Octal 63 272 245 111 0 13 33 253 71 56
Binary 110011 10111010 10100101 1001001 0 1011 11011 10101011 111001 101110

Color Harmonies of #33BAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BAA5

Black with #33BAA5

Text Example


Text Example

White with #33BAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33BAA5; }

 p { color: rgb(51,186,165); }

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

background-color css

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

 a { background-color: rgb(51,186,165); }

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

border-color css

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

 span { border-color: rgb(51,186,165); }

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