Html Css Color HEX #84CBCB Bermuda

📋 copy color: '#84CBCB'

red 132 ◦ green 203 ◦ blue 203

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

Shades of Bermuda #84CBCB

Tints of Bermuda #84CBCB

RGB

 RED value IS 132 (51.95% from 255) = 24.54%

 GREEN value IS 203 (79.69% from 255) = 37.73%

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 24.54%
G = 37.73%
B = 37.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#84CBCB (or 0x84CBCB) is known color: Bermuda. HEX triplet: 84, CB and CB. RGB value is (132,203,203). Sum of RGB (Red+Green+Blue) = 132+203+203=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #84CBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBCB is #7B3434. Grayscale: #B5B5B5. Windows color (decimal): -8074293 or 13355908. OLE color: 13355908.

HSL color Cylindrical-coordinate representation of color #84CBCB: hue angle of 180º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CBCB is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 203 203 -
CMYK 0.35 0 0 0.20
HSL 180º 0.41% 0.66% -
HSV(B) 180º 0.35% 0.8% -
XYZ 41.65 51.93 64.33 -
YUV 181.77 139.98 92.5 -
System Red Green Blue C M Y K H S L
Decimal 132 203 203 0.35 0 0 0.20 180 0.41 0.66
Hex 84 CB CB 23 0 0 14 B4 29 42
Octal 204 313 313 43 0 0 24 264 51 102
Binary 10000100 11001011 11001011 100011 0 0 10100 10110100 101001 1000010

Color Harmonies of #84CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CBCB

Black with #84CBCB

Text Example


Text Example

White with #84CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84CBCB; }

 p { color: rgb(132,203,203); }

 H1.HeaderClassName
 {
   color: #84CBCB;
 }
 .AnyTagClassName
 {
   color: #84CBCB;
 }
</style>

background-color css

<style>
 a { background-color: #84CBCB; }

 a { background-color: rgb(132,203,203); }

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

border-color css

<style>
 span { border-color: #84CBCB; }

 span { border-color: rgb(132,203,203); }

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