Html Css Color HEX #34BBBD Light Sea Green

📋 copy color: '#34BBBD'

red 52 ◦ green 187 ◦ blue 189

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

Shades of Light Sea Green #34BBBD

Tints of Light Sea Green #34BBBD

RGB

 RED value IS 52 (20.7% from 255) = 12.15%

 GREEN value IS 187 (73.44% from 255) = 43.69%

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

R = 12.15%
G = 43.69%
B = 44.16%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#34BBBD (or 0x34BBBD) is known color: Light Sea Green. HEX triplet: 34, BB and BD. RGB value is (52,187,189). Sum of RGB (Red+Green+Blue) = 52+187+189=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #34BBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BBBD is #CB4442. Grayscale: #929292. Windows color (decimal): -13321283 or 12434228. OLE color: 12434228.

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

Color convert

RGB 52 187 189 -
CMYK 0.72 0.01 0 0.26
HSL 180.88º 0.57% 0.47% -
HSV(B) 180.88º 0.72% 0.74% -
XYZ 28.37 39.94 54.36 -
YUV 146.86 151.77 60.34 -
System Red Green Blue C M Y K H S L
Decimal 52 187 189 0.72 0.01 0 0.26 180.88 0.57 0.47
Hex 34 BB BD 48 1 0 1A B5 39 2F
Octal 64 273 275 110 1 0 32 265 71 57
Binary 110100 10111011 10111101 1001000 1 0 11010 10110101 111001 101111

Color Harmonies of #34BBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BBBD

Black with #34BBBD

Text Example


Text Example

White with #34BBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34BBBD; }

 p { color: rgb(52,187,189); }

 H1.HeaderClassName
 {
   color: #34BBBD;
 }
 .AnyTagClassName
 {
   color: #34BBBD;
 }
</style>

background-color css

<style>
 a { background-color: #34BBBD; }

 a { background-color: rgb(52,187,189); }

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

border-color css

<style>
 span { border-color: #34BBBD; }

 span { border-color: rgb(52,187,189); }

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