Html Css Color HEX #33BCBF Light Sea Green

📋 copy color: '#33BCBF'

red 51 ◦ green 188 ◦ blue 191

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

Shades of Light Sea Green #33BCBF

Tints of Light Sea Green #33BCBF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.72%

 BLUE value IS 191 (75% from 255) = 44.42%

R = 11.86%
G = 43.72%
B = 44.42%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#33BCBF (or 0x33BCBF) is known color: Light Sea Green. HEX triplet: 33, BC and BF. RGB value is (51,188,191). Sum of RGB (Red+Green+Blue) = 51+188+191=430 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.86% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #33BCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCBF is #CC4340. Grayscale: #939393. Windows color (decimal): -13386561 or 12565555. OLE color: 12565555.

HSL color Cylindrical-coordinate representation of color #33BCBF: hue angle of 181.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BCBF is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 188 191 -
CMYK 0.73 0.02 0 0.25
HSL 181.29º 0.58% 0.47% -
HSV(B) 181.29º 0.73% 0.75% -
XYZ 28.75 40.43 55.58 -
YUV 147.38 152.61 59.26 -
System Red Green Blue C M Y K H S L
Decimal 51 188 191 0.73 0.02 0 0.25 181.29 0.58 0.47
Hex 33 BC BF 49 2 0 19 B5 3A 2F
Octal 63 274 277 111 2 0 31 265 72 57
Binary 110011 10111100 10111111 1001001 10 0 11001 10110101 111010 101111

Color Harmonies of #33BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BCBF

Black with #33BCBF

Text Example


Text Example

White with #33BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,188,191); }

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

background-color css

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

 a { background-color: rgb(51,188,191); }

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

border-color css

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

 span { border-color: rgb(51,188,191); }

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