Html Css Color HEX #33B5BD Light Sea Green

📋 copy color: '#33B5BD'

red 51 ◦ green 181 ◦ blue 189

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

Shades of Light Sea Green #33B5BD

Tints of Light Sea Green #33B5BD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.99%

 BLUE value IS 189 (74.22% from 255) = 44.89%

R = 12.11%
G = 42.99%
B = 44.89%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#33B5BD (or 0x33B5BD) is known color: Light Sea Green. HEX triplet: 33, B5 and BD. RGB value is (51,181,189). Sum of RGB (Red+Green+Blue) = 51+181+189=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #33B5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B5BD is #CC4A42. Grayscale: #8E8E8E. Windows color (decimal): -13388355 or 12432691. OLE color: 12432691.

HSL color Cylindrical-coordinate representation of color #33B5BD: hue angle of 183.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33B5BD is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 181 189 -
CMYK 0.73 0.04 0 0.26
HSL 183.48º 0.58% 0.47% -
HSV(B) 183.48º 0.73% 0.74% -
XYZ 27.07 37.43 53.94 -
YUV 143.04 153.93 62.35 -
System Red Green Blue C M Y K H S L
Decimal 51 181 189 0.73 0.04 0 0.26 183.48 0.58 0.47
Hex 33 B5 BD 49 4 0 1A B7 3A 2F
Octal 63 265 275 111 4 0 32 267 72 57
Binary 110011 10110101 10111101 1001001 100 0 11010 10110111 111010 101111

Color Harmonies of #33B5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B5BD

Black with #33B5BD

Text Example


Text Example

White with #33B5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,181,189); }

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

background-color css

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

 a { background-color: rgb(51,181,189); }

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

border-color css

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

 span { border-color: rgb(51,181,189); }

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